emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/timezone.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/timezone.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:42 -0500

Index: emacs/lisp/timezone.el
diff -c emacs/lisp/timezone.el:1.29.8.1 emacs/lisp/timezone.el:1.29.8.2
*** emacs/lisp/timezone.el:1.29.8.1     Tue Oct 14 19:51:26 2003
--- emacs/lisp/timezone.el      Thu Nov 20 19:36:07 2003
***************
*** 191,201 ****
           ;; Styles: (8) with timezone.
           (setq year 1 month 2 day 3 time 4 zone 5))
          ((string-match
!           "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+\\)[ 
\t]+\\([-+a-zA-Z0-9:]+\\)" date)
           ;; Styles: (8) with timezone with a colon in it.
           (setq year 1 month 2 day 3 time 4 zone 5))
          ((string-match
!           "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[ 
\t]+\\([0-9]+:[0-9]+:[0-9]+\\)" date)
           ;; Styles: (8) without timezone.
           (setq year 1 month 2 day 3 time 4 zone nil))
          )
--- 191,201 ----
           ;; Styles: (8) with timezone.
           (setq year 1 month 2 day 3 time 4 zone 5))
          ((string-match
!           "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[T \t]+\\([0-9]+:[0-9]+\\)[ 
\t]+\\([-+a-zA-Z0-9:]+\\)" date)
           ;; Styles: (8) with timezone with a colon in it.
           (setq year 1 month 2 day 3 time 4 zone 5))
          ((string-match
!           "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[T 
\t]+\\([0-9]+:[0-9]+:[0-9]+\\)" date)
           ;; Styles: (8) without timezone.
           (setq year 1 month 2 day 3 time 4 zone nil))
          )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]