this post was submitted on 22 Nov 2023
1040 points (95.9% liked)

Memes

45180 readers
1444 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago (1 children)

This, but all run together.

I write files/reports to disk a lot from scripts, so that's my preferred format.

[–] [email protected] 2 points 10 months ago (1 children)

I just go for a unix timestamp and use terminal/filemanager to sort by or display the datetime

[–] [email protected] 3 points 10 months ago (1 children)

Are you talking epoch? I don't care for that mainly because it's not human readable. I see the use for it, but I struggle with it in practical use.

[–] [email protected] 3 points 10 months ago

Yep. I mostly like datetimes for simple sorting. If it needs to be human readable iso is the way to go tho.