Values | |
timeZone | Source Code shared timeZone timeZone This constant represents common operations for time zone. At same time it hold objects references for most commons used time zones around world. Examples:
|
Functions | |
parseTimeZone | Source Code Timezone offset parser based on ISO-8601, currently it accepts the following time zone offset patterns:
± In addition, the special code |
zoneDateTime | Source Code shared ZoneDateTime zoneDateTime(TimeZone timeZone, Integer year, Integer|Month month, Integer date, Integer hour = 0, Integer minutes = 0, Integer seconds = 0, Integer millis = 0) Returns a ZoneDateTime based on the specified TimeZone, year, month, day of month, hour, minute, second and millisecond values. Parameters:
|
Interfaces | |
RuleBasedTimezone | Source Code shared RuleBasedTimezone This represents offsets based on daylight saving time. |
TimeZone | Source Code shared TimeZone The interface representing a timezone. |
ZoneDateTime | Source Code shared ZoneDateTime Instant of time in a specific time zone. |
Classes | |
OffsetTimeZone | Source Code shared OffsetTimeZone A simple time zone with a constant offset from UTC. |
ParserError | Source Code shared ParserError Represents the problem that occured while parsing. It can be recovered from message field |
timeZone | Source Code shared timeZone This constant represents common operations for time zone. At same time it hold objects references for most commons used time zones around world. Examples:
|