]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2...
authorMatt Selsky <selsky@columbia.edu>
Thu, 17 May 2012 14:55:09 +0000 (16:55 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 May 2012 14:55:09 +0000 (16:55 +0200)
r/a=LpSolit

Bugzilla/Install/Requirements.pm

index 73e22520a2b1fc5a5868a1ea3ca6793fe82e2b6e..265b04d667b3350e212990797a42947d7aa3ecef 100644 (file)
@@ -93,10 +93,11 @@ sub REQUIRED_MODULES {
         module  => 'Digest::SHA',
         version => 0
     },
+    # 0.23 fixes incorrect handling of 1/2 & 3/4 timezones.
     {
         package => 'TimeDate',
         module  => 'Date::Format',
-        version => '2.21'
+        version => '2.23'
     },
     # 0.28 fixed some important bugs in DateTime.
     {