[RFC]: More automatic timezone info.

2003-09-03 Thread Adam Fedor
This patches NSTimeZone to use a more standard (Posix?) method of finding the time zone info that's already set on the computer. I think many people could avoid having to set the "Local Time Zone" default. 2003-09-01 Adam Fedor <[EMAIL PROTECTED]> * configure.ac: Check for tzset

Re: [RFC]: More automatic timezone info.

2003-09-04 Thread Fred Kiefer
Adam Fedor wrote: This patches NSTimeZone to use a more standard (Posix?) method of finding the time zone info that's already set on the computer. I think many people could avoid having to set the "Local Time Zone" default. Nice patch, what I don't understand is why you did add an #else branch. If

Re: [RFC]: More automatic timezone info.

2003-09-04 Thread Adam Fedor
On Wednesday, September 3, 2003, at 10:46 AM, Fred Kiefer wrote: Adam Fedor wrote: This patches NSTimeZone to use a more standard (Posix?) method of finding the time zone info that's already set on the computer. I think many people could avoid having to set the "Local Time Zone" default. Nice patc