]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/time/unix/unix.factor
time: rename set-time to set-system-time. Add calendar words.
[factor.git] / extra / time / unix / unix.factor
index 62010336635c3822c2a6188d426cc6a2c9c60796..19129b360bd75f1a4007c6bb5d26f05fe23b1d7f 100644 (file)
@@ -7,7 +7,7 @@ IN: time.unix
 : timestamp>timezone ( timestamp -- timezone )
     gmt-offset>> duration>minutes 1 \ timezone <struct-boa> ; inline
 
-M: unix set-time
+M: unix set-system-time
     [ unix-1970 time- duration>microseconds >integer make-timeval ]
     [ timestamp>timezone ] bi
     settimeofday io-error ;