]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/time/unix/unix.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / time / unix / unix.factor
index 19129b360bd75f1a4007c6bb5d26f05fe23b1d7f..076c22bf2dbe9a4cc60654123faeed612b55eca1 100644 (file)
@@ -5,7 +5,7 @@ system time unix unix.time ;
 IN: time.unix
 
 : timestamp>timezone ( timestamp -- timezone )
-    gmt-offset>> duration>minutes 1 \ timezone <struct-boa> ; inline
+    gmt-offset>> duration>minutes 1 \ timezone boa ; inline
 
 M: unix set-system-time
     [ unix-1970 time- duration>microseconds >integer make-timeval ]