We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3295102 + 87f6675 commit 8d0ccd1Copy full SHA for 8d0ccd1
R/compare-time.R
@@ -26,7 +26,7 @@ compare.POSIXt <- function(x, y, tolerance = 0.001, ..., max_diffs = 9) {
26
}
27
28
standardise_tzone <- function(x) {
29
- if (is.null(attr(x, "tzone"))) {
+ if (is.null(attr(x, "tzone")) || identical(attr(x, "tzone"), Sys.timezone())) {
30
attr(x, "tzone") <- ""
31
32
0 commit comments