diff --git a/time.php b/time.php index e0ff7f8..37d9b27 100644 --- a/time.php +++ b/time.php @@ -53,9 +53,7 @@ $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."; -

+echo "

It is {$date} {$time} in Asia/Seoul, where revi lives.
Check in your timezone: ZoneStamp.

"; ?>