TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Unix timestamp will begin with 17 this Tuesday

330 pointsby dezmouover 1 year ago

22 comments

perihelionsover 1 year ago
The hectomegaseconds fly by so fast<p>Edit: here was the front page of the New York Times at 1600000034,<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200913122714&#x2F;https:&#x2F;&#x2F;www.nytimes.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200913122714&#x2F;https:&#x2F;&#x2F;www.nytim...</a><p>and here&#x27;s 1500000301 and 1400000634, and 1300007806<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170714024501&#x2F;http:&#x2F;&#x2F;www.nytimes.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170714024501&#x2F;http:&#x2F;&#x2F;www.nytime...</a><p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20140513170354&#x2F;http:&#x2F;&#x2F;www.nytimes.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20140513170354&#x2F;http:&#x2F;&#x2F;www.nytime...</a><p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20110313091646&#x2F;http:&#x2F;&#x2F;www.nytimes.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20110313091646&#x2F;http:&#x2F;&#x2F;www.nytime...</a>
评论 #38226613 未加载
susamover 1 year ago
Unix timestamp 1 600 000 000 was not too long ago. That was on 2020-09-13 12:26:40 UTC. Discussed on HN back then here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24452885">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24452885</a><p>My own blog post here commemorating the event: <a href="https:&#x2F;&#x2F;susam.net&#x2F;maze&#x2F;unix-timestamp-1600000000.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;susam.net&#x2F;maze&#x2F;unix-timestamp-1600000000.html</a><p>Given that 100 000 000 seconds is approximately 3 years 2 months, we are going to see an event like this every few years.<p>I believe the most spectacular event is going to be the Unix timestamp 2 000 000 000 which is still 9½ years away: 2033-05-18 03:33:20 UTC. Such an event occurs only once every 33 years 8 months approximately!<p>By the way, here&#x27;s 1700000000 on Python:<p><pre><code> $ python3 -q &gt;&gt;&gt; from datetime import datetime &gt;&gt;&gt; datetime.utcfromtimestamp(1_700_000_000) datetime.datetime(2023, 11, 14, 22, 13, 20) &gt;&gt;&gt; </code></pre> GNU date (Linux):<p><pre><code> $ date -ud @1700000000 Tue Nov 14 22:13:20 UTC 2023 </code></pre> BSD date (macOS, FreeBSD, OpenBSD, etc.):<p><pre><code> $ date -ur 1700000000 Tue 14 Nov 2023 22:13:20 UTC</code></pre>
评论 #38224896 未加载
评论 #38224745 未加载
评论 #38226134 未加载
评论 #38234174 未加载
xavdidover 1 year ago
Perfect time to fire up <a href="https:&#x2F;&#x2F;datetime.store&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;datetime.store&#x2F;</a> and try your luck on the perfect shirt!
评论 #38224424 未加载
评论 #38227918 未加载
评论 #38225578 未加载
评论 #38224702 未加载
评论 #38224652 未加载
ta1243over 1 year ago
I remember staying up late to see the tick to over from 999,999,999 to 1 billion, thinking &quot;I&#x27;ll remember this week my whole life&quot;. Little did I realise how 60 hours later the whole world would remember.
评论 #38228276 未加载
评论 #38227392 未加载
评论 #38223808 未加载
shizcakesover 1 year ago
I went to a 1234567890 &quot;gathering&quot; in a hotel lobby in Boston in 2009
评论 #38224784 未加载
评论 #38224637 未加载
clarkmoodyover 1 year ago
One of my favorite bits of Vinge&#x27;s <i>A Deepness in the Sky</i> is the use of base-10 time: ksec, Msec, etc. There is a nice time log scale with Earth time to base-10 time conversions.
评论 #38225802 未加载
评论 #38227956 未加载
评论 #38225555 未加载
russellbeattieover 1 year ago
5,148 days left until January 19, 2038.<p>Assuming I live that long, the next day will be my 65th birthday. Just in time for digital Armageddon.
diego_sandovalover 1 year ago
It makes more sense to celebrate when a (relatively) high order bit changes from 0 to 1, not when the decimal representation changes.
jrockwayover 1 year ago
I like the unit of 100 million seconds. Longer than a year, shorter than a decade. The era of 1.6e8 was the pandemic. What will 1.7e8 bring?
neomantraover 1 year ago
I love that others get excited about this. UNIX Timeval Aficionados should try out this <i>tf tool</i> [1]. I used my buddy&#x27;s C&#x2F;Lex&#x2F;Yacc one daily for 1.5 decades, then ported it to Golang + Homebrew to share the love:<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;neomantra&#x2F;tf">https:&#x2F;&#x2F;github.com&#x2F;neomantra&#x2F;tf</a><p><pre><code> brew tap neomantra&#x2F;homebrew-tap brew install tf </code></pre> Printing out these round ones. `tf` auto-detects at 10-digits, so I started there in the `seq`.<p><pre><code> &gt; for TV in $(seq -f %.f 1000000000 100000000 2000000000); do echo $TV $TV | tf -d ; done 2001-09-08 18:46:40 1000000000 2004-11-09 03:33:20 1100000000 2008-01-10 13:20:00 1200000000 2011-03-12 23:06:40 1300000000 2014-05-13 09:53:20 1400000000 2017-07-13 19:40:00 1500000000 2020-09-13 05:26:40 1600000000 2023-11-14 14:13:20 1700000000 2027-01-15 00:00:00 1800000000 2030-03-17 10:46:40 1900000000 2033-05-17 20:33:20 2000000000 </code></pre> Some funny dates. -g detects multiple on a line, -d includes the date:<p><pre><code> &gt; echo 1234567890 __ 3141592653 | tf -gd 2009-02-13 15:31:30 __ 2069-07-20 17:37:33 </code></pre> Enjoy... may it save you time figuring out time!
xyprotoover 1 year ago
In relation to UNUX time; the 20000th UNIX day is at 2024-10-04 (the 4th of October).<p>It&#x27;s a special day, since the next round UNIX day is 30000, at 2052-02-20.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;ud&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;xyproto&#x2F;ud&#x2F;</a>
评论 #38227868 未加载
ksajover 1 year ago
The next one lands on a nice round hour, since it&#x27;ll be at exactly 3:00:00 AM.<p>@ date -d &#x27;@1800000000&#x27; Fri Jan 15 03:00:00 AM EST 2027
msavioover 1 year ago
The Unix timestamp inspired me to throw a birthday party on the day when I got a billion seconds old: 31,7 years :)
hiAndrewQuinnover 1 year ago
Instant bookmark for me. I&#x27;ve always loved the idea of measuring time in computers by a single integer like the timestamp does, but it always seems like such a pain to work with outside of that.
评论 #38225006 未加载
评论 #38226774 未加载
评论 #38224414 未加载
评论 #38224823 未加载
SirMasterover 1 year ago
When did Unix time start being used?<p>Was it being used in 1970 and actually started at 0?<p>Or did they just pick a date to start it and if so what was the initial Unix time when it was first used?
评论 #38227994 未加载
neogodlessover 1 year ago
Starting Tue Nov 14 2023 22:13:20 GMT+0000 to be exact!
withinboredomover 1 year ago
Yesterday, I was digging into some stuff in the database and saw some events scheduled for 17*. My initial reaction was that it was some far-off date. Then I realized ... nope, not far away at all.
wolfi1over 1 year ago
I&#x27;m more interested in such events when these coincide with a beginning of a year, month or week but it&#x27;s a little too early to work out the math now
kevinbowmanover 1 year ago
It&#x27;s now!
gpvosover 1 year ago
When I first used Unix it started with 6. I feel old.
Ayeshover 1 year ago
... which happens roughly every three years.
评论 #38226781 未加载
评论 #38223819 未加载
hallman76over 1 year ago
There&#x27;s a lot of epoch love in the comments. For me, it&#x27;s never &quot;clicked&quot;. I assumed that after seeing a ton of timestamps that I&#x27;d have a Neo-seeing-the matrix moment with timestamps but it just hasn&#x27;t happened. Can you all easily decode them?<p>Is there talk anywhere of using a human-readable timestamp instead? e.g. YYYYMMddHHmmssSSSSZ
评论 #38227381 未加载