Well, I prefer not to put a "\n" in dates but you do you mate
this post was submitted on 13 Jun 2023
23 points (100.0% liked)
Programmer Humor
32453 readers
1201 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
You forgot the "\r" /s
In ISO8601 I trust.
POSIX time or bust!
As someone that works a lot with high-frequency sensor data, we need the microseconds too!! Use this one: %Y-%m-%d_%H:%M:%S.%f
int time = 1686650138000;
Unix timestamp on top
All other formats are inferior
I accidentally the timezone.
view more: next ›