Skip to content

Commit d782232

Browse files
Explain comment in tests previously marked as OBSCURE (#6632)
* explain comment previously OBSCURE * More sources, and it's still OBSCURE :)
1 parent 1eec7f3 commit d782232

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10578,7 +10578,11 @@ test(1702.1, isoweek(test_cases), test_values)
1057810578
# but calculating from Date brings these into play, #2407
1057910579
test(1702.2, isoweek(as.Date(test_cases)), test_values)
1058010580

10581-
# *** OBSCURE ERROR WHEN Sys.timezone() = 'America/Argentina/Buenos_Aires' ***
10581+
# *** OBSCURE DST ERROR WHEN Sys.timezone() = 'America/Argentina/Buenos_Aires' ***
10582+
# *** 00:00 does not exist, h/t rikivillalba@ who worked through this ***
10583+
# *** https://techcommunity.microsoft.com/blog/dstblog/argentina-is-changing-their-daylight-saving-time-on-december-30/311020 ***
10584+
# *** https://mm.icann.org/pipermail/tz/2007-December/014743.html ***
10585+
# *** Official IANA sources: https://www.iana.org/time-zones ***
1058210586
test(1702.3, isoweek(as.POSIXct(test_cases)), test_values)
1058310587

1058410588
# 1% sample of a 400-year cycle of dates for extra robustness

0 commit comments

Comments
 (0)