Raritan / Server Technology Xerus™ PDU JSON-RPC API
Public Attributes | List of all members
datetime::DateTime::ZoneCfg Struct Reference

Time zone configuration. More...

import"DateTime.idl";

Public Attributes

int id
 Selected time zone id.
 
string name
 Selected time zone name (ignored on setCfg() if id != 0)
 
boolean enableAutoDST
 Enable automatic daylight saving time adjustment.
 

Detailed Description

Time zone configuration.

There are two approaches on how timezones are identified:

  1. id-based
    • timezone data identified with a numeric non-zero id
    • id != 0
    • name is the display name of the timezone and ignored on setCfg()
  2. name-based (see NOTES below!)
    • timezone data identified with a name from the IANA timezone database (aka Olson database)
    • id == 0
    • name is the official IANA timezone name, e.g. Europe/Berlin or America/New_York

NOTES:


The documentation for this struct was generated from the following file: