timezone issue

2009-04-01 Thread Gabor Szabo
Hi, while installing Smolder I got a DateTime related error. Michael Peters narrowed it down to the following call: perl -MDateTime -le 'print DateTime-now(time_zone = q(local));' which dies with the error: Cannot determine local time zone DateTime version was 0.4501. After upgrading to 0.47

Re: timezone issue

2009-04-01 Thread Evan Carroll
which dies with the error: Cannot determine local time zone Well ubuntu doesn't set the TZ env var, so check out the source for the fallback http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-0.86/lib/DateTime/TimeZone/Local/Unix.pm That is what your system should be using to determine

Re: timezone issue

2009-04-01 Thread Evan Carroll
which dies with the error: Cannot determine local time zone Well ubuntu doesn't set the TZ env var, so check out the source for the fallback http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-0.86/lib/DateTime/TimeZone/Local/Unix.pm That is what your system should be using to determine