File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ as.POSIXct("2040-07-01 12:00")
2222
2323Sys.setenv(TZ = " EST5EDT" ) # also pretty much portable.
2424# # However, tzdata 2024b changed this from EST to LMT (and by 238s)
25+ # # IGNORE_RDIFF_BEGIN
2526(z <- as.POSIXct(" 1848-01-01 12:00" ))
2627c(unclass(z ))
28+ # # IGNORE_RDIFF_END
2729# # see comment above
2830as.POSIXct(" 2040-01-01 12:00" )
2931as.POSIXct(" 2040-07-01 12:00" )
Original file line number Diff line number Diff line change 11
2- R Under development (unstable) (2024-09-12 r87140 ) -- "Unsuffered Consequences"
2+ R Under development (unstable) (2024-11-21 r87357 ) -- "Unsuffered Consequences"
33Copyright (C) 2024 The R Foundation for Statistical Computing
44Platform: aarch64-apple-darwin23.6.0
55
@@ -49,10 +49,12 @@ Type 'q()' to quit R.
4949>
5050> Sys.setenv(TZ = "EST5EDT") # also pretty much portable.
5151> ## However, tzdata 2024b changed this from EST to LMT (and by 238s)
52+ > ## IGNORE_RDIFF_BEGIN
5253> (z <- as.POSIXct("1848-01-01 12:00"))
5354[1] "1848-01-01 12:00:00 LMT"
5455> c(unclass(z))
5556[1] -3849923038
57+ > ## IGNORE_RDIFF_END
5658> ## see comment above
5759> as.POSIXct("2040-01-01 12:00")
5860[1] "2040-01-01 12:00:00 EST"
You can’t perform that action at this time.
0 commit comments