* wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
authoryamaoka <yamaoka>
Mon, 20 Nov 2000 04:50:45 +0000 (04:50 +0000)
committeryamaoka <yamaoka>
Mon, 20 Nov 2000 04:50:45 +0000 (04:50 +0000)
wl/ChangeLog
wl/wl-e21.el

index d49d198..a1d5093 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
+
 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
index 04e2a35..a493abb 100644 (file)
          wl-modeline-biff-state-off wl-biff-state-indicator-off)))
 
 (defun wl-make-date-string ()
-  (format-time-string "%a, %d %b %Y %T %z"))
+  (let ((system-time-locale "C"))
+    (format-time-string "%a, %d %b %Y %T %z")))
 
 (defalias 'wl-setup-folder 'wl-e21-setup-folder-toolbar)