search for: b81c049f3e

Displaying 1 result from an estimated 1 matches for "b81c049f3e".

2018 May 06
0
Sys.timezone (timedatectl) unnecessarily warns loudly
...e829ba33b5b98a08d10d#r28867164 Below patch makes timedatectl call silent, both suppressWarnings and ignore.stderr are required to deal with R warning, and warning printed directly to console from timedatectl. diff --git src/library/base/R/datetime.R src/library/base/R/datetime.R index 6b34267936..b81c049f3e 100644 --- src/library/base/R/datetime.R +++ src/library/base/R/datetime.R @@ -73,7 +73,7 @@ Sys.timezone <- function(location = TRUE) ## First try timedatectl: should work on any modern Linux ## as part of systemd (and probably nowhere else) if (nzchar(Sys.which("timedatectl...