[CMD] Tweak comment for %TIME% format (#5499)

- Precisely describe `time` format, based on CLDR standard:
  http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
- Had spent time verifying the behavior on Windows and ReactOS,
  this strict definition may be helpful for future researchers.
This commit is contained in:
Andrew Dent 2023-08-03 23:34:24 +01:00 committed by GitHub
parent 6bc864acac
commit bea6d7635a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ GetDateString(VOID)
return szDate;
}
/* Return time in hh:mm:ss.xx format. Used for $T in prompt and %TIME% */
/* Return time in H:mm:ss.SS format. Used for $T in prompt and %TIME% */
LPTSTR
GetTimeString(VOID)
{