/[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.33 by lute, Mon Jul 4 23:08:58 2005 UTC revision 1.34 by rms, Sun Jul 10 17:19:28 2005 UTC
# Line 149  Understands the following styles: Line 149  Understands the following styles:
149          (time nil)          (time nil)
150          (zone nil))                     ;This may be nil.          (zone nil))                     ;This may be nil.
151      (cond ((string-match      (cond ((string-match
152              "\\([0-9]+\\)[ \t]+\\([^ \t,]+\\)[ \t]+\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9:]+\\)[ \t]*\\([-+a-zA-Z0-9]+\\)" date)              "\\([0-9]+\\)[ \t]+\\([^ \t,]+\\)[ \t]+\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9:]+\\)[ \t]+\\([-+a-zA-Z0-9]+\\)" date)
153             ;; Styles: (1) and (2) with timezone and buggy timezone             ;; Styles: (1) and (2) with timezone and buggy timezone
154             ;; This is most common in mail and news,             ;; This is most common in mail and news,
155             ;; so it is worth trying first.             ;; so it is worth trying first.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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