search for: tzp

Displaying 5 results from an estimated 5 matches for "tzp".

Did you mean: tmp
2017 Oct 14
2
Another issue with Sys.timezone
...quot;raw", 200L), error = function(e) raw(0L)) length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) } && { tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", "", rawToChar(tz1)) tzp <- file.path("/usr/share/zoneinfo", tz2) file.exists(tzp) && !dir.exists(tzp) && identical(file.size(normalizePath(tzp)), file.size(lt)) }) tz2 else NA_character_ } One problem with this is that the zone componen...
2017 Oct 18
2
Another issue with Sys.timezone
...;, 200L), > > error = function(e) raw(0L)) > > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) > > } && { > > tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", "", rawToChar(tz1)) > > tzp <- file.path("/usr/share/zoneinfo", tz2) > > file.exists(tzp) && !dir.exists(tzp) && > > identical(file.size(normalizePath(tzp)), file.size(lt)) > > }) > > tz2 > > else NA_character_ > > }...
2017 Oct 16
0
Another issue with Sys.timezone
...one", "raw", 200L), > error = function(e) raw(0L)) > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) > } && { > tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", "", rawToChar(tz1)) > tzp <- file.path("/usr/share/zoneinfo", tz2) > file.exists(tzp) && !dir.exists(tzp) && > identical(file.size(normalizePath(tzp)), file.size(lt)) > }) > tz2 > else NA_character_ > } > One problem with thi...
2017 Oct 19
0
Another issue with Sys.timezone
...> error = function(e) raw(0L)) >> > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) >> > } && { >> > tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", "", rawToChar(tz1)) >> > tzp <- file.path("/usr/share/zoneinfo", tz2) >> > file.exists(tzp) && !dir.exists(tzp) && >> > identical(file.size(normalizePath(tzp)), file.size(lt)) >> > }) >> > tz2 >> > else NA_charact...
2017 Oct 20
1
Another issue with Sys.timezone
...or = function(e) raw(0L)) >>> > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) >>> > } && { >>> > tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", "", rawToChar(tz1)) >>> > tzp <- file.path("/usr/share/zoneinfo", tz2) >>> > file.exists(tzp) && !dir.exists(tzp) && >>> > identical(file.size(normalizePath(tzp)), file.size(lt)) >>> > }) >>> > tz2 >>> >...