X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmsgtime.t;h=3f09fb4ef76ee0a915add8942136f0860c59ad2d;hb=d7fda3f4b9d4c9e6d01c818f09905d6827fa693f;hp=7c95e547d5bf98dcb877737d73a2c32c1339eef3;hpb=d857e7dc0d816b635a7ead09c3273f8c2d2434be;p=public-inbox.git diff --git a/t/msgtime.t b/t/msgtime.t index 7c95e547..3f09fb4e 100644 --- a/t/msgtime.t +++ b/t/msgtime.t @@ -106,6 +106,10 @@ is_datestamp('Mon, 14 Apr 2014 07:59:01 -0007', [1397462761, '-0007']); SKIP: { require_mods('Date::Parse', 1); + my $now = time; + if (join("\0", gmtime($now)) ne join("\0", localtime($now))) { + skip('needs TZ=UTC to test zone-less parsing', 1); + } is_datestamp('Sat, 27 Sep 1997 10:02:32', [875354552, '+0000']); }