this post was submitted on 15 Aug 2025
822 points (98.4% liked)
Programmer Humor
25773 readers
1511 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like my
YYYY.MM.DD-text
format and you can sue me for itDots are reserved for filetype information, heathen.
hehe yeah
Your full file extension ends up being:
MM.DD-text
but hopefully noone needs to parse it that way.
I tend to use
YYYY-MM-DD_hh:mm:ss.zzz
orYYYY-MM-DD_hh-mm-ss.zzz
depending upon the requirement and just recently realised the problem with the.
before thezzz
.Luckily I don't need to add the
zzz
quite often.