Skip to content

Commit

Permalink
Explain comment in tests previously marked as OBSCURE (#6632)
Browse files Browse the repository at this point in the history
* explain comment previously OBSCURE

* More sources, and it's still OBSCURE :)
  • Loading branch information
MichaelChirico authored Jan 17, 2025
1 parent 1eec7f3 commit d782232
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -10578,7 +10578,11 @@ test(1702.1, isoweek(test_cases), test_values)
# but calculating from Date brings these into play, #2407
test(1702.2, isoweek(as.Date(test_cases)), test_values)

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

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

0 comments on commit d782232

Please sign in to comment.