This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: localtime() acting like gmtime() in Perl


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]