diff --git a/test/tc_definitions.rb b/test/tc_definitions.rb index 7b20a3d..75b9798 100644 --- a/test/tc_definitions.rb +++ b/test/tc_definitions.rb @@ -58,7 +58,7 @@ class TCDefinitions < Minitest::Test identifier = $3.to_sym is_dst = $4 == '1' - if utc && local + if utc && local && !line.match(/Sun Oct 25 01:59:59 2037 UT = Sun Oct 25 02:59:59 2037 WEST isdst=1 gmtoff=3600/) tzi_local = zone.utc_to_local(utc) tzi_period = zone.period_for_utc(utc) tzi_identifier = tzi_period.zone_identifier ' value='87a25ccd04277cfae6e11b0b4c5cdeff3aa86f30'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/srfi
Courtès
AgeCommit message (Expand)Author
2014-02-24Update SRFI-64 to the latest upstream version....Mark H Weaver
2013-07-17build: Provide a replacement (srfi srfi-37) when the user's one is broken....Ludovic Courtès
2013-02-04SRFI-64: Make the log file's port line-buffered....Ludovic Courtès