You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if the former don't match but only inform if they latter don't
25
25
if (tzs[2L]!=tzs[3L]) {
26
26
stopf("'between' lower= and upper= are both POSIXct but have different tzone attributes: %s. Please align their time zones.", brackify(tzs[2:3], quote=TRUE))
27
-
# otherwise the check in between.c that lower<=upper can (correctly) fail for this reason
28
27
}
29
28
if (tzs[1L]!=tzs[2L]) {
30
29
messagef("'between' arguments are all POSIXct but have mismatched tzone attributes: %s. The UTC times will be compared.", brackify(tzs, quote=TRUE))
0 commit comments