diff --git a/time.php b/time.php new file mode 100644 index 0000000..b2d262d --- /dev/null +++ b/time.php @@ -0,0 +1,48 @@ + + + +Hey revi, what time is it for you? + + + + +format('Y-m-d'); +$time = $dateTimeSeoul->format('H:i:s'); + +// Create the Zonestamp link with current epoch time +$currentEpoch = time(); +$zonestampLink = "https://zonestamp.toolforge.org/{$currentEpoch}"; + +// Display the message with formatted date, time, and Zonestamp link +echo "It is {$date} {$time} in Asia/Seoul, where revi lives.
Check in your timezone: ZoneStamp.

Source code @ GitHub. (Warning: it is far from 'clean'.)"; + +?> + + \ No newline at end of file