localtime() acting like gmtime() in Perl

Yitzchak Scott-Thoennes sthoenna@efn.org
Sun Feb 29 12:21:00 GMT 2004


On Sat, Feb 28, 2004 at 08:13:39PM -0500, Brian Kelly <brian.m.kelly@verizon.net> wrote:
> A cursory check of the archives would have dug up this exchange:
> 
> http://sources.redhat.com/ml/cygwin/2004-02/msg00582.html
> 
> Sooo - either try the latest snapshot of the cygwin1.dll, or
> wait for release 1.5.8.

Or see if you can find a mirror with perl-5.8.0 still (which wasn't built
threaded and doesn't have the problem) or even perl-5.6.1.

Or do at the beginning of your Perl program: use POSIX "tzset"; tzset();

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list