Re: Migrating Bugzilla between different time zones - problem
glauber ribeiro <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Message-ID | <[email protected]> |
I'm still very suspicious of the default site timezone detection.
I haven't yet been able to understand why Bugzilla thinks the default timezone is 'America/Chicago'
At this point, i'm supposing Bugzilla uses Datetime::TimeZone to determine it. But if i do
PERL5LIB="./lib/" perl -wle 'use DateTime; print DateTime::TimeZone->new(name => "local")'
i get
DateTime::TimeZone::UTC=HASH(0x2cf7848)
as expected. If i run that as the "apache" user (which is what runs Bugzilla), i get the same.
So maybe this means Bugzilla doesn't use Perl to determine the local timezone?
g
_______________________________________________
support-bugzilla mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put [email protected] in the To: field when you reply.