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?
_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep

Reply via email to