Generate GMT string given a time zone offset.
|
code » | ||
POSIX time zone ID as fallback.
|
code » | ||
Generate UTC string.
|
code » | ||
This factory method provides a decent fallback to create a time zone object
just based on a given time zone offset.
Arguments:
Returns:
A goog.i18n.TimeZone object generated by just using the time zone offset information.
|
code » | ||
This factory method creates a time zone instance. It takes either a time zone
information array or a simple timezone offset. The latter form does not offer
the same set of functionalities as first form.
Arguments:
Returns:
A goog.i18n.TimeZone object for the given time zone data.
|
code » |