]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/smtp/smtp.factor
calendar: make now faster, remove now-gmt.
[factor.git] / basis / smtp / smtp.factor
index 5690545268eb9dbbb081aa572d0d20f67b1aee90..744796bb44827207db824cbbe9033e0deb43cb26 100644 (file)
@@ -193,7 +193,7 @@ ERROR: invalid-header-string string ;
         "<" %
         64 random-bits #
         "-" %
-        now-gmt timestamp>micros #
+        now timestamp>micros #
         "@" %
         smtp-config get domain>> [ host-name ] unless* %
         ">" %