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 'get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/accounts.scm
AgeCommit message (Expand)Author
2019-08-28accounts: Delete duplicate entries....Ludovic Courtès
2019-06-27accounts: Use 'fsync' instead of 'fdatasync'....Ludovic Courtès
2019-06-05accounts: Call 'fdatasync' when writing databases....Ludovic Courtès
2019-06-05accounts: Close database before renaming it....Ludovic Courtès
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases....Ludovic Courtès
2019-04-26accounts: Always honor the configured user account shell....Ludovic Courtès
2019-03-07Add (gnu build accounts)....Ludovic Courtès