Skip to contents

The class used to mapping machine name to time zome

Methods

Public methods


Method new()

Create a TZ object

Usage

TZ$new(...)

Arguments

...

either a character of a single time zone or mapped time zones i.e. TZ$new("110016067" = "America/Mexico_City", "110016068" = "America/Sao_Paulo") where the names are the literal Xpert machine names on the generated reports and the time zones are one of OlsonNames()

Returns

a TZ object


Method getTZ()

Return a time zone string

Usage

TZ$getTZ(device_names)

Arguments

device_names

the literal machine names for which you want to lookup a timezones.

Returns

a time zone stirng


Method clone()

The objects of this class are cloneable with this method.

Usage

TZ$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.