]> gitweb.factorcode.org Git - factor.git/commitdiff
zoneinfo: at -> at-time
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 09:15:54 +0000 (02:15 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 09:15:54 +0000 (02:15 -0700)
extra/zoneinfo/zoneinfo.factor

index d6fbc2a7af9b59ab458f53dda864a140754db333..7c1b472e42f54649a5cada5ebe2e26850b66e134 100644 (file)
@@ -26,12 +26,12 @@ CONSTANT: zoneinfo-paths
 SYMBOL: last-zone
 
 TUPLE: raw-zone name gmt-offset rules/save format until ;
-TUPLE: raw-rule name from to type in on at save letters ;
+TUPLE: raw-rule name from to type in on at-time save letters ;
 TUPLE: raw-link from to ;
 TUPLE: raw-leap year month day hms corr r/s ;
 
 TUPLE: zone name ;
-TUPLE: rule name from to at ;
+TUPLE: rule name from to at-time ;
 TUPLE: link ;
 TUPLE: leap ;