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


From: Alex Schroeder
Subject: [Emacs-diffs] Changes to emacs/lisp/timezone.el
Date: Thu, 13 Nov 2003 13:20:08 -0500

Index: emacs/lisp/timezone.el
diff -c emacs/lisp/timezone.el:1.30 emacs/lisp/timezone.el:1.31
*** emacs/lisp/timezone.el:1.30 Mon Sep  1 11:45:17 2003
--- emacs/lisp/timezone.el      Thu Nov 13 13:20:08 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]