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 >
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2023-08-26 15:22:41 +0900
committerChristopher Baines <mail@cbaines.net>2023-10-30 11:17:42 +0000
commit789ef6837f9794c02bc53a854aacfdf04d3384cf (patch)
tree38e875ba944aa1577148a8f98c42466df697886b /gnu/packages
parent9524ff9f3ac63e02bc954d19273ed630eab0c754 (diff)
downloadguix-789ef6837f9794c02bc53a854aacfdf04d3384cf.tar.gz
guix-789ef6837f9794c02bc53a854aacfdf04d3384cf.zip
gnu: Add online-judge-tools.
* gnu/packages/python-xyz.scm (online-judge-tools): New variable. * gnu/packages/patches/online-judge-tools.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch file. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I78315db15ca8205dff607e98388c404ede64fb60
Diffstat (limited to 'gnu/packages')