diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-05-17 16:55:09 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-17 16:55:09 +0200 |
commit | 7236a646116fb3185977e790ad9b09d694164d4e (patch) | |
tree | 368d80ae9f1b94c6d9112361e8ae5b6ee8527f72 | |
parent | b4cf4eb6a5871774ac19db4979f8d6c05b812c07 (diff) | |
download | bugzilla-7236a646116fb3185977e790ad9b09d694164d4e.tar.gz bugzilla-7236a646116fb3185977e790ad9b09d694164d4e.tar.xz |
Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2 & 3/4 timezones
r/a=LpSolit
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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. { |