Parents: | tzinfo |
Class | Superclass | Slots |
bad-magic | tuple | |
local-time | tuple | gmt-offset dst? abbrev std? gmt? |
transition | tuple | seconds timestamp local-time |
ttinfo | struct | |
tzfile | tuple | header transition-times local-times types abbrevs leaps is-std is-gmt |
tzhead | struct | |
tzinfo | tuple | tzfile transitions |
Word | Stack effect |
<local-time> | ( gmt-offset dst? abbrev std? gmt? -- local-time ) |
<transition> | ( seconds timestamp local-time -- transition ) |
<tzfile> | ( header transition-times local-times types abbrevs leaps is-std is-gmt -- tzfile ) |
<tzinfo> | ( tzfile transitions -- tzinfo ) |
bad-magic | ( -- * ) |
check-magic | ( -- ) |
find-transition | ( timestamp tzinfo -- transition ) |
read-be32 | ( -- n ) |
read-tzfile | ( -- tzfile ) |
tzfile>transitions | ( tzfile -- transitions ) |
tznames | ( abbrevs -- assoc ) |
Word | Stack effect |
bad-magic? | ( object -- ? ) |
local-time? | ( object -- ? ) |
transition? | ( object -- ? ) |
ttinfo? | ( object -- ? ) |
tzfile? | ( object -- ? ) |
tzhead? | ( object -- ? ) |
tzinfo? | ( object -- ? ) |