Replies: 1 comment
-
For now, I will use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As explained in https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html the
__DATE__
macro will output date with space padding for day number. This seems to be a unique behavior among date generation, but it's still here after decades.Is there a way to achieve parsing such dates with date-fns?
Beta Was this translation helpful? Give feedback.
All reactions