79270348

Date: 2024-12-11 02:55:49
Score: 1.5
Natty:
Report link

Microsoft made asctime "conformant" in Visual Studio 2015. Current versions have the expected space padding.

https://learn.microsoft.com/en-us/cpp/porting/visual-cpp-change-history-2003-2015?view=msvc-140

To avoid confusion use a current version of VC++

Or if you have issues consuming the output after re-compiling in a current version (as I did recently), make sure any external processes that parse the generated dates, are updated to expect the actual format.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Charles