X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FMsgTime.pm;h=920e8f8a4e7d81f9aec43b0177f39652854f0b60;hb=4da62f284003d75abe7cb35594414eb2224f42bc;hp=bd7ef8117d30fb5ad32aeef4f46c1813edd06fbd;hpb=8e81d6f0d44198717ae540421a09824d75c9bb6d;p=public-inbox.git diff --git a/lib/PublicInbox/MsgTime.pm b/lib/PublicInbox/MsgTime.pm index bd7ef811..920e8f8a 100644 --- a/lib/PublicInbox/MsgTime.pm +++ b/lib/PublicInbox/MsgTime.pm @@ -95,7 +95,7 @@ sub str2date_zone ($) { $sign = '+' if $off == 0; $zone = sprintf('%s%02d%02d', $sign, $tz_hh, $tz_mm); - # Time::Zone and Date::Parse are part of the same distibution, + # Time::Zone and Date::Parse are part of the same distribution, # and we need Time::Zone to deal with tz names like "EDT" } elsif (eval { require Date::Parse }) { $ts = Date::Parse::str2time($date);