Record: Civil
Time within some region relative to a time scale stipulated by civilian authorities.
Fields
- year int
- month int
- day int
- anydata...
- hour int
- minute int
- second Seconds
- anydata...
- utcOffset ZoneOffset?
- timeAbbrev string?
- which ZERO_OR_ONE?
- dayOfWeek DayOfWeek?
Year as an integer
Month as an integer (1 <= month <= 12)
Day as an integer (1 <= day <= 31)
Hour as an integer(0 <= hour <= 23)
Minute as an integer(0 <= minute <= 59)
Second as decimal value with nanoseconds precision
An optional zone offset
The string representation of the time zone
If present, abbreviation for the local time (e.g., EDT, EST) in effect at the time represented by this record; this is quite the same as the name of a time zone one time zone can have two abbreviations: one for standard time and one for daylight savings time
Day of the week (e.g., SUNDAY, MONDAY, TUESDAY, ... SATURDAY)