Learn R Programming

h2o (version 2.8.4.4)

h2o.listTimezones: Prints out a list of time zone names

Description

h2o.listTimezones, Prints out a list of time zone names.

Usage

h2o.listTimezones(client)

Arguments

client
An H2OClient object.

Value

  • Prints out a list with the Standard Offset, Canonical ID, and Aliases of each time zone.

Details

Prints out a list of time zones that can be used as input for h2o.setTimezone.

See Also

h2o.setTimezone, h2o.getTimezone, as.Date.H2OParsedData

Examples

Run this code
library(h2o)
localH2O = h2o.init()
h2o.listTimezones(localH2O)

Run the code above in your browser using DataLab