diff options
| -rw-r--r-- | lisp/timezone.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/timezone.el b/lisp/timezone.el index 3de071a4a70..a7ff21d8310 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el | |||
| @@ -176,7 +176,7 @@ Understands the following styles: | |||
| 176 | ;; Styles: (4) with timezone | 176 | ;; Styles: (4) with timezone |
| 177 | (setq year 3 month 2 day 1 time 4 zone 5)) | 177 | (setq year 3 month 2 day 1 time 4 zone 5)) |
| 178 | ((string-match | 178 | ((string-match |
| 179 | "\\([0-9]+\\)-\\([A-Za-z]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+:[0-9]+\\)\\.[0-9]+" date) | 179 | "\\([0-9]+\\)-\\([A-Za-z]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+:[0-9]+\\)\\(\\.[0-9]+\\)?" date) |
| 180 | ;; Styles: (5) without timezone. | 180 | ;; Styles: (5) without timezone. |
| 181 | (setq year 3 month 2 day 1 time 4 zone nil)) | 181 | (setq year 3 month 2 day 1 time 4 zone nil)) |
| 182 | ((string-match | 182 | ((string-match |