R/frame.R
h2o.setTimezone.Rd
Set the Time Zone on the H2O cluster
h2o.setTimezone(tz)
The desired timezone.
# NOT RUN { library(h2o) h2o.init() h2o.setTimezone("America/Juneau") h2o.getTimezone() # }