Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as.Date.POSIXct() does not respect the tzone attribute of the POSIXct object, so the Date is a UTC date. Convert to POSIXlt first, because as.Date.POSIXlt() does use the timezone and therefore returns a local date. See #53, see #277.
- Loading branch information