help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unknown time zone name 'PST'


From: Sergei Gnezdov
Subject: Unknown time zone name 'PST'
Date: 20 Mar 2005 10:13:23 GMT
User-agent: slrn/0.9.8.1 (FreeBSD)

Hi,

I run the following sample program:

#import <Foundation/Foundation.h>

int main(void)
{
    NSLog(@"Executing");
    return 0;
}

and it generates the following messages with warnings:

2005-03-20 10:11:48.000 LogTest[68257] Unknown time zone name `PST'.
2005-03-20 10:11:48.000 LogTest[68257] Using time zone with absolute offset 0.
2005-03-20 10:11:48.000 LogTest[68257] Executing


How do I fix time zone messages?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]