h2o (version 3.32.0.1)

h2o.setTimezone: Set the Time Zone on the H2O cluster

Description

Set the Time Zone on the H2O cluster

Usage

h2o.setTimezone(tz)

Arguments

tz

The desired timezone.

Examples

Run this code
# NOT RUN {
library(h2o)
h2o.init()

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

Run the code above in your browser using DataCamp Workspace