Unix Timestamps

Paragon

Member
I looked at that page, but it seems that it only converts it pretty much stand date-time kind of stuff where a unix time stamp is the number of seconds since Jan. 1 1970.
 

slyz

Developer
I tried to do this too: I wanted a to parse the consumption history and check whether drinks had been drunk before a given date. I'm betting Paragon is trying to do the same thing :)

I ended up dropping unix timestamps, and managed what I wanted by stealing stuff from Heeheehee's datelib.ash and building from that.
 
Top