Time is an illusion, Unix time doubly so
netmeister.org
Time is an illusion, Unix time doubly so
1–10 of 104 posts
Re: Time is an illusion, Unix time doubly so
#2Re: Time is an illusion, Unix time doubly so
#3Re: Time is an illusion, Unix time doubly so
#4Re: Time is an illusion, Unix time doubly so
#5https://news.mit.edu/2022/quantum-time-reversal-physics-0714
Re: Time is an illusion, Unix time doubly so
#6Great blog post. Sometimes it's useful while testing to set random future and past times on Unix systems to see how programs handle that. https://blog.darkinfo.org/timestomp-for-linux/
Re: Time is an illusion, Unix time doubly so
#7Time is a flat circle.
Re: Time is an illusion, Unix time doubly so
#8Re: Time is an illusion, Unix time doubly so
#9ICYMI: The title is a reference to The Hitchhiker's Guide to the Galaxy: https://en.m.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_... ("time is an illusion, lunch time doubly so")
Re: Time is an illusion, Unix time doubly so
#10Great blog post. Sometimes it's useful while testing to set random future and past times on Unix systems to see how programs handle that. https://blog.darkinfo.org/timestomp-for-linux/
Mongodb, for one, will freak out if you set the system date into the future, interact with it, then set time back. It will think the indices are corrupt and refuse to start. At least that happened to me last year. IIRC, the time stamp is part of generated object ids, so it’s sort of understandable. In the end I returned by computer to the future date, exported data, and rebuilt my collections.
That's an inconvenient property to have.