Subpackages | |
ceylon.time.timezone.model | All the models are intended to be unrelated of the database origin. |
ceylon.time.timezone.parser |
Values | |
timeZone | Source Codeshared timeZone timeZone Common utility methods for getting time zone instances. |
Functions | |
parseTimeZone | Source Codeshared TimeZone|ParserError parseTimeZone(String offset) Timezone offset parser based on ISO-8601, currently it accepts the following time zone offset patterns:
± In addition, the special code |
zoneDateTime | Source Codeshared 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 Parameters:
|
Interfaces | |
RuleBasedTimezone | Source Codeshared RuleBasedTimezone This represents offsets based on daylight saving time. |
TimeZone | Source Codeshared TimeZone The interface representing a timezone. |
ZoneDateTime | Source Codeshared ZoneDateTime Instant of time in a specific time zone. |
Classes | |
OffsetTimeZone | Source Codeshared OffsetTimeZone A simple time zone with a constant offset from UTC. |
ParserError | Source Codeshared ParserError Represents the problem that occurred while parsing. It can be recovered from message field |
timeZone | Source Codeshared timeZone Common utility methods for getting time zone instances. |