/[emacs]/emacs/lisp/timezone.el
ViewVC logotype

Diff of /emacs/lisp/timezone.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29.8.1 by miles, Tue Oct 14 23:51:26 2003 UTC revision 1.29.8.2 by miles, Fri Nov 21 00:36:07 2003 UTC
# Line 191  Understands the following styles: Line 191  Understands the following styles:
191             ;; Styles: (8) with timezone.             ;; Styles: (8) with timezone.
192             (setq year 1 month 2 day 3 time 4 zone 5))             (setq year 1 month 2 day 3 time 4 zone 5))
193            ((string-match            ((string-match
194              "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+\\)[ \t]+\\([-+a-zA-Z0-9:]+\\)" date)              "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[T \t]+\\([0-9]+:[0-9]+\\)[ \t]+\\([-+a-zA-Z0-9:]+\\)" date)
195             ;; Styles: (8) with timezone with a colon in it.             ;; Styles: (8) with timezone with a colon in it.
196             (setq year 1 month 2 day 3 time 4 zone 5))             (setq year 1 month 2 day 3 time 4 zone 5))
197            ((string-match            ((string-match
198              "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+:[0-9]+\\)" date)              "\\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\)[T \t]+\\([0-9]+:[0-9]+:[0-9]+\\)" date)
199             ;; Styles: (8) without timezone.             ;; Styles: (8) without timezone.
200             (setq year 1 month 2 day 3 time 4 zone nil))             (setq year 1 month 2 day 3 time 4 zone nil))
201            )            )

Legend:
Removed from v.1.29.8.1  
changed lines
  Added in v.1.29.8.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26