Commit 7236a646 authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for 1/2 & 3/4 timezones

r/a=LpSolit
parent b4cf4eb6
......@@ -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.
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment