Skip to content

Commit 6743230

Browse files
committed
use Debian-friendly timezone
1 parent ebfbeff commit 6743230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-adorn-totals.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ test_that("supplying NA to fill preserves column types", {
343343
a = c("hi", "low", "med"),
344344
b = factor(c("big", "small", "regular")),
345345
c = c(as.Date("2000-01-01"), as.Date("2000-01-02"), as.Date("2000-01-03")),
346-
d = c(as.POSIXct("2000-01-01", tz = "ROK"), as.POSIXct("2000-01-02"), as.POSIXct("2000-01-03")),
346+
d = c(as.POSIXct("2000-01-01", tz = "UTC"), as.POSIXct("2000-01-02"), as.POSIXct("2000-01-03")),
347347
e = 1:3,
348348
f = 4:6,
349349
g = c(TRUE, FALSE, TRUE),

0 commit comments

Comments
 (0)