mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 12:03:31 +08:00
[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:
parent
6bc864acac
commit
bea6d7635a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user