According to https://strftime.org, the format code %-m
(as well as a bunch of others) is marked as "Platform dependent". The specifier %-m
means "month as a decimal". This seems like a very basic function, so how/why does it vary across operating systems? If I parse "1", what platform could run into issues with this? Finally, what platforms are we talking about? Does this vary by OS?
Thank you!