search for: 475d08fb

Displaying 2 results from an estimated 2 matches for "475d08fb".

2020 Oct 02
0
timezone tests and R-devel
...g list > https://stat.ethz.ch/mailman/listinfo/r-devel > -------------- next part -------------- A non-text attachment was scrubbed... Name: all.equal.POSIXt-test.diff Type: text/x-patch Size: 910 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20201002/475d08fb/attachment.bin>
2020 Oct 01
3
timezone tests and R-devel
The return value of Sys.time() today with a timezone of US/Eastern is unchanged between 4.0.3-patched and devel, but on devel the following test fails all.equal(x, as.POSIXlt(x)) with x = Sys.time() This means that devel does not complete make tests (failure on tests/reg-tests-2.R) It is entirely possible that it is an error on my end, I use export TZ="US/Eastern" but I have been