this post was submitted on 15 Aug 2025
847 points (98.2% liked)
Programmer Humor
25882 readers
462 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
Dots 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.