mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixup timestmap info
This commit is contained in:
parent
8a2bc0b214
commit
96febdc8eb
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ static void pass(int passed, const char *format, ...)
|
|||
{
|
||||
NSDateFormatter *f = [[NSDateFormatter alloc] init];
|
||||
[f setLocale: [NSLocale localeWithLocaleIdentifier: @"en_US_POSIX"]];
|
||||
[f setDateFormat: @"yyyy-MM-dd HH:mm:ssZZZZZ"];
|
||||
[f setDateFormat: @"(yyyy-MM-dd HH:mm:ss.SSS z) "];
|
||||
[f setTimeZone: [NSTimeZone systemTimeZone]];
|
||||
ts = [[f stringFromDate: [NSDate date]] UTF8String];
|
||||
[f release];
|
||||
|
|
Loading…
Reference in a new issue