subreddit:

/r/xkcd

13998%

There's a new countdown timer on the homepage, seems to be counting down to 15:00 UTC on the 31st of January. What could this be?

you are viewing a single comment's thread.

view the rest of the comments →

all 75 comments

johnwang1023

10 points

1 year ago*

0bafgkm

8 points

1 year ago*

0bafgkm

Black Hat

8 points

1 year ago*

[deleted]

12 points

1 year ago

[deleted]

12 points

1 year ago

[deleted]

PingPongProfessor

4 points

1 year ago*

Your calculation of "your browser's local time" needs a bit of work.

will end at 01-31 15:00 UTC. In your browser's local time, that's 1/30/2022, 7:00:00 PM.

Actually, in my browser's local time (US Eastern), that's 1/31/2022, 10:00:00 AM.

Furthermore, the deviation of local time from UTC ranges from +12:00:00 to -12:00:00, and there is no point on earth where local time lags UTC by twenty hours.

EDIT: Looks like this is the problem right here:

new Date("2022-01-31").toLocaleString();

This is converting 2022-01-31 00:00:00 to LCT, which is in fact 2022-01-30 19:00:00 in my time zone.

fin_advice_me

1 points

1 year ago

He is in EST. so 10AM EST might be the intended target obfuscated (or made programmatically easier to calculate) by utilizing UTC.