Set the Time Zone on the H2O cluster

h2o.setTimezone(tz)

Arguments

tz

The desired timezone.

Examples

if (FALSE) {
library(h2o)
h2o.init()

h2o.setTimezone("America/Juneau")
h2o.getTimezone()
}