Skip to content

Commit

Permalink
explain comment previously OBSCURE
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 4, 2024
1 parent 98cf24e commit fb5db55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -10543,7 +10543,9 @@ 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' ***
# *** 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 ***
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 fb5db55

Please sign in to comment.