mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 02:28:31 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ GetDateString(VOID)
|
||||||
return szDate;
|
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
|
LPTSTR
|
||||||
GetTimeString(VOID)
|
GetTimeString(VOID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue