Set the Time Zone on the H2O cluster
Examples
if (FALSE) { # \dontrun{
library(h2o)
h2o.init()
h2o.setTimezone("America/Juneau")
h2o.getTimezone()
} # }
Set the Time Zone on the H2O cluster
if (FALSE) { # \dontrun{
library(h2o)
h2o.init()
h2o.setTimezone("America/Juneau")
h2o.getTimezone()
} # }