0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
anytime
/
tinytest
/
[
Home
]
File: test_gh_issue_12.R
library(anytime) anydate("1969-01-01") # crashed on Windows before tm_isdst diable for pre-epoch dates anydate("1971-02-03") # fine anywhere ## test for equivalent instead of equal because of TZ attribute returned by anydate expect_equivalent(anydate("1969-01-01"), as.Date("1969-01-01")) expect_equivalent(anydate("1971-02-03"), as.Date("1971-02-03"))