Re: Migrating Bugzilla between different time zones - problem
=?windows-1250?Q?Thorsten_Sch=F6ning?= <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Organization | AM-SoFT GmbH IT-Systeme |
| Message-ID | <[email protected]> |
Guten Tag glauber ribeiro,
am Donnerstag, 1. Oktober 2020 um 19:35 schrieben Sie:
> So maybe this means Bugzilla doesn't use Perl to determine the local timezone?
I don't see any other code for system wide defaults than the
following in "Bugzilla.pm":
> sub local_timezone {
> return $_[0]->process_cache->{local_timezone}
> ||= DateTime::TimeZone->new(name => 'local');
> }
But for some reason what DateTime does might differ? What does your
OS-tools say about the time zone, regardless of Perl? Something like
"dpkg-reconfigure tzdata" or whatever you need to do.
Mit freundlichen Grüßen,
Thorsten Schöning
--
Thorsten Schöning E-Mail: [email protected]
AM-SoFT IT-Systeme http://www.AM-SoFT.de/
Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
_______________________________________________
support-bugzilla mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put [email protected] in the To: field when you reply.