Bug 174984
Summary: | missing timezone variable for Asia/Yekaterinburg in /usr/lib/perl5/vendor_perl/5.8.6/Date/Manip.pm | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aleks Geraschenko <slain> |
Component: | perl-DateManip | Assignee: | Jason Vas Dias <jvdias> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | perl-devel, varekova |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-03-16 00:37:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Aleks Geraschenko
2005-12-05 13:13:55 UTC
Yes, there are MANY missing, duplicate or non-existent zones in DateManip's zonesrfc variable. The DateManip code must be extensively revised in order to deal with duplicate zone abbreviations such as CST, which could mean GMT offsets of -0600, -0500, 0800, 0930, or 1030 depending on which timezone / location is selected. I've raised an upstream DateManip bug report on this issue: http://rt.cpan.org/NoAuth/Bug.html?id=16360 which will hopefully be fixed soon in the next upstream DateManip release. If not, we'll have to extensively rewrite parts of DateManip to deal with the duplicate timezone issue - an upstream fix would be better . Meanwhile, you've found the correct temporary solution with your patch . We'll have a more comprehensive solution for this issue soon. |