-
I'm getting filenames like this: I recognize the first half as the ISO format of date, however, I have no idea of the second half. Why not a full ISO format? $ date --iso=seconds
2024-02-16T12:39:42-05:00 |
Beta Was this translation helpful? Give feedback.
Answered by
JosuaCarl
Mar 26, 2025
Replies: 1 comment
-
The format is: "yyyyMMdd-A". I have no idea why, though... It's kinda bad to read. The 'A' stands for milliseconds that were passed during this day. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gdevenyi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The format is: "yyyyMMdd-A". I have no idea why, though... It's kinda bad to read.
The 'A' stands for milliseconds that were passed during this day.