We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tz
"ET"
1 parent ec43cef commit 2bf591aCopy full SHA for 2bf591a
tests/testthat/test-utils.R
@@ -240,8 +240,8 @@ test_that("guess_period works", {
240
weekly_dates
241
)
242
# On POSIXcts:
243
- daily_posixcts <- as.POSIXct(daily_dates, tz = "ET") + 3600
244
- weekly_posixcts <- as.POSIXct(weekly_dates, tz = "ET") + 3600
+ daily_posixcts <- as.POSIXct(daily_dates, tz = "US/Aleutian") + 3600
+ weekly_posixcts <- as.POSIXct(weekly_dates, tz = "US/Aleutian") + 3600
245
expect_identical(
246
daily_posixcts[[1L]] + guess_period(daily_posixcts) * (seq_along(daily_posixcts) - 1L),
247
daily_posixcts
0 commit comments