From 7236a646116fb3185977e790ad9b09d694164d4e Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 17 May 2012 16:55:09 +0200 Subject: Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2 & 3/4 timezones r/a=LpSolit --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 73e22520a..265b04d66 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. { -- cgit v1.2.3-24-g4f1b