'; /** * Format the activity and relative time * * @param string $activity The activity performed (activity or prayed) * @param \DateTimeImmutable $asOf The date/time the activity was performed */ function formatActivity(string $activity, \DateTimeImmutable $asOf) { echo "last $activity setTimezone($_REQUEST['USER_TIME_ZONE'])->format('l, F jS, Y/g:ia T') . '">' . Dates::formatDistance(Dates::now(), $asOf) . ''; } ?>