From: Matt Selsky Date: Thu, 17 May 2012 14:55:09 +0000 (+0200) Subject: Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2... X-Git-Tag: bugzilla-4.3.2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7236a646116fb3185977e790ad9b09d694164d4e;p=thirdparty%2Fbugzilla.git Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2 & 3/4 timezones r/a=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 73e22520a2..265b04d667 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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. {