Class AjxTimezone
Class Detail
AjxTimezone()
This class holds all of the known timezone rules. Each timezone
is represented by an object that has a unique identifier and the
offset to UTC in standard time. If the timezone defines daylight
savings time, then additional information is provided (e.g. when
the DST takes effect and it's offset to UTC).
Both the standard and daylight information are specified as objects with the following properties:
Notes
Examples
Note: Specifying a transition date using a specific date of the year should be avoided.
This class stores mappings between client and server identifiers for
timezones as well as attempting to guess the default timezone. The
application can override this value, through a user preference perhaps,
by setting the
Field Detail
<static>
AjxTimezone.AUTO_DETECTED
Note:
Do NOT change this value because it is used to reference messages.
<static>
AjxTimezone.GMT
Client identifier for GMT.
Note: UK observes daylight savings time so this constant should not be used as the reference point (i.e. UTC) -- use AjxTimezone.GMT_NO_DST instead. The name of this constant is historical. <static>
AjxTimezone.GMT_NO_DST
Client identifier for GMT with no daylight savings time.
<static>
AjxTimezone.STANDARD_RULES
The data is specified using the server identifiers for historical
reasons. Perhaps in the future we'll use the client (i.e. Java)
identifiers on the server as well.
|
||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:30 GMT-0400 (EDT)
|