]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/irc-log/irc-log.factor
calendar: cleanup some of the API by making words mutate timestamps.
[factor.git] / extra / webapps / irc-log / irc-log.factor
index f0a8baa53d208c7561afaf2698dd4f210f460669..74805f91e860b11ec0920eeea7f74fc9cec23eeb 100644 (file)
@@ -8,7 +8,7 @@ IN: webapps.irc-log
 TUPLE: irclog-app < dispatcher ;
 
 : irc-link ( channel -- string )
-    gmt -7 hours convert-timezone >date<
+    now-gmt -7 hours convert-timezone >date<
     [ unparse 2 tail ] 2dip
     "http://bespin.org/~nef/logs/%s/%02s.%02d.%02d"
     sprintf ;