Skip to content

Commit

Permalink
adding origin to other outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Nov 8, 2023
1 parent 5bb53b5 commit 4fb1eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-excel_to_date_time.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test_that("handles NA values", {
)
expect_equal(
dtt_excel_to_date_time(NA_integer_),
as.POSIXct(NA_integer_, tz = "UTC")
as.POSIXct(NA_integer_, tz = "UTC", origin = "1900-01-01")
)
expect_equal(
dtt_excel_to_date_time(c(NA_real_, 1000.1145)),
Expand Down

0 comments on commit 4fb1eb3

Please sign in to comment.