definition: |
ctTZ :: CalendarTime -> Int ctTZ (CalendarTime _ _ _ _ _ _ tz) = tz |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The time zone of a calendar time. The value of the --- time zone is the difference to UTC time in seconds. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CalendarTime}) |-> _} |
name: |
ctTZ |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CalendarTime -> Prelude.Int |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |