0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
anytime
/
tinytest
/
hide
/
[
Home
]
File: test_gh_issues_36_51.R
library(anytime) oldtz <- anytime:::getTZ() anytime:::setTZ("Europe/London") if (anytime:::getTZ() != "Europe/London") { cat("Note that you MUST use Europe/London to see anything here\n") } start <- anytime("1971-10-31 00:00:00") for (i in 0:25) { now <- start + i*60*60 txt <- iso8601(now) res <- iso8601(anytime(txt)) #cat("Using ", now, " == ", txt, " parsed as ", res, "\n") }