https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bea6d7635aad60dfc25f31...
commit bea6d7635aad60dfc25f31f63d18b0746fe64fd7 Author: Andrew Dent dent.ace@gmail.com AuthorDate: Thu Aug 3 23:34:24 2023 +0100 Commit: GitHub noreply@github.com CommitDate: Fri Aug 4 01:34:24 2023 +0300
[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. --- base/shell/cmd/locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/shell/cmd/locale.c b/base/shell/cmd/locale.c index ae6981f02c2..d2ab3d13a89 100644 --- a/base/shell/cmd/locale.c +++ b/base/shell/cmd/locale.c @@ -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) {