Closed Poliwrath closed 2 years ago
oh, the rest of the filename is removed after the colon... :44.txt
...
okay, I changed the filename format to %FT%H-%M-%S%z
dump1_2021-10-29T18-09-21-0400.txt
The dump date file is using the compile time variable
Yes, it's the specification.
oh, I see. should the szDateTime
format be changed to remove the slashes? (filename-safe)
Original is no slashes. Did you add it?
AppVersion x86, AnsiBuild, 20211031T003359
Nope, that's strange.
buildDateTime.h
's contents:
#define BUILD_DATE "10/2/221"
#define BUILD_TIME "180919"
That's weird. Please execute below by the command prompt.
echo %DATE%
echo %DATE:~-10,4%%DATE:~-5,2%%DATE:~-2%
echo %DATE%
Mon 11/01/2021
echo %DATE:~-10,4%%DATE:~-5,2%%DATE:~-2%
11/0/221
The dump date file is using the compile time variable rather than the current time variable.
before:
(fails since there's slashes, expecting directory)
after: