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