Skip to content

Commit

Permalink
p5-DateTime-TimeZone: update to 2.46
Browse files Browse the repository at this point in the history
2.46    2020-12-22

- This release is based on version 2020e of the Olson database. This release
  includes contemporary changes for Russia (Volograd).


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.
  • Loading branch information
dhgutteridge committed Jan 10, 2021
1 parent 167727b commit 8336a05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions time/p5-DateTime-TimeZone/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.110 2020/11/08 06:50:28 wen Exp $
# $NetBSD: Makefile,v 1.111 2021/01/10 09:07:58 gutteridge Exp $

DISTNAME= DateTime-TimeZone-2.44
DISTNAME= DateTime-TimeZone-2.46
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime-TimeZone/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.91 2020/11/08 06:50:28 wen Exp $
$NetBSD: distinfo,v 1.92 2021/01/10 09:07:58 gutteridge Exp $

SHA1 (DateTime-TimeZone-2.44.tar.gz) = 89429d8a5670bca8252c7b091b68608271779bc0
RMD160 (DateTime-TimeZone-2.44.tar.gz) = 55c057835455c00dfc84b0a17f161d40fe59aef2
SHA512 (DateTime-TimeZone-2.44.tar.gz) = 0f0fe70119b501a0bc2417377de887c8e1abcae4ec6ed87aaafc8bd234886084761775fab153bb72a906bd813336086540362fbe18cc8dbb8897aa22aab45976
Size (DateTime-TimeZone-2.44.tar.gz) = 997253 bytes
SHA1 (DateTime-TimeZone-2.46.tar.gz) = 83d8b2397ba9ab0da48bb32762eb9c20115adaa7
RMD160 (DateTime-TimeZone-2.46.tar.gz) = 84e4de5634ac51e0984a30360f13bbe258c9a4b9
SHA512 (DateTime-TimeZone-2.46.tar.gz) = baccc5d51e5e759b5190a6f437556051a7c95ca7c512b47c91eb3a01f951fffeec74be11f620bb3b09a43e661a900f6bcf92ac27bfda8cf8cb8b33b9b66492e8
Size (DateTime-TimeZone-2.46.tar.gz) = 995245 bytes

0 comments on commit 8336a05

Please sign in to comment.