8
0

Accepting request 858136 from devel:languages:perl:autoupdate

- updated to 2.45
   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
  2.45    2020-12-21
  - Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation
    is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour
    ahead. This is the opposite of what this module started doing in the 2.38
    release when it added support for these zones. Reportd by Matthew Horsfall
    (#47). Changes are based on his PR #48.

OBS-URL: https://build.opensuse.org/request/show/858136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=124
This commit is contained in:
2020-12-22 11:44:42 +00:00
committed by Git OBS Bridge
parent 0a5390c287
commit 12ca70a14d
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 22 03:08:12 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.45
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.45 2020-12-21
- Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation
is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour
ahead. This is the opposite of what this module started doing in the 2.38
release when it added support for these zones. Reportd by Matthew Horsfall
(#47). Changes are based on his PR #48.
-------------------------------------------------------------------
Mon Nov 9 20:18:17 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>