top | item 41307400

(no title)

boopdewoop | 1 year ago

Why not just use epoch? render it however you like. - Posted at 1724222105

discuss

order

lionkor|1 year ago

I prefer human readable datetime for debugging, because there are a lot of programs which have timings and timeouts for certain operations. Being able to quickly observe that a timeout happened in 500 ms instead of 1.5s would be interesting, epoch does not show you this information.

Similar with quickly jumping to a certain day.

Dylan16807|1 year ago

> Being able to quickly observe that a timeout happened in 500 ms instead of 1.5s would be interesting, epoch does not show you this information.

1724222105000 and 1724222105.000000 are common forms that solve that problem.