The Unix timestamp will begin with 16 this Sunday
unixtimestamp.com
The Unix timestamp will begin with 16 this Sunday
1–10 of 214 posts
Re: The Unix timestamp will begin with 16 this Sunday
#2The exact time this happens is Sun, 13 Sep 2020 12:26:40 +0000 (you can paste 1600000000 in 'make another conversion')
Re: The Unix timestamp will begin with 16 this Sunday
#3How exciting! 1500000000 occured on 07/14/2017 @ 2:40am (UTC), so it seems we'll have to only wait about 3 years until the next one!
Re: The Unix timestamp will begin with 16 this Sunday
#4[deleted]
Re: The Unix timestamp will begin with 16 this Sunday
#5The exact time this happens is Sun, 13 Sep 2020 12:26:40 +0000 (you can paste 1600000000 in 'make another conversion')
You could also use "date -d @1600000000"
Re: The Unix timestamp will begin with 16 this Sunday
#6How exciting! 1500000000 occured on 07/14/2017 @ 2:40am (UTC), so it seems we'll have to only wait about 3 years until the next one!
For those wondering, it’s roughly 1157.4 days (38 months)[0]
[0]: https://www.wolframalpha.com/input/?i=1e8+seconds+in+months
Re: The Unix timestamp will begin with 16 this Sunday
#7I make a bold prediction that we'll run out of digits rather soon.
Re: The Unix timestamp will begin with 16 this Sunday
#8How exciting! 1500000000 occured on 07/14/2017 @ 2:40am (UTC), so it seems we'll have to only wait about 3 years until the next one!
For those wondering, it’s roughly 1157.4 days (38 months)[0] [0]: https://www.wolframalpha.com/input/?i=1e8+seconds+in+months
The fact that it happens so consistently indicates it is some kind of conspiracy.
Re: The Unix timestamp will begin with 16 this Sunday
#9There's a nice countdown here: https://epochconverter.com/countdown
Re: The Unix timestamp will begin with 16 this Sunday
#10It's gonna be so fun. In UTC:
>>> import datetime
>>> datetime.datetime.now().timestamp()
1599923432.252943
>>> datetime.datetime.fromtimestamp(16e8)
datetime.datetime(2020, 9, 13, 8, 26, 40)