; Fix typo
* test/src/editfns-tests.el (format-time-string-with-zone): Fix typo in timezone specification.
This commit is contained in:
parent
c99a3b90a0
commit
16b49e214a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
;; United States DST in 1972.
|
||||
(should (string-equal
|
||||
(format-time-string "%Y-%m-%d %H:%M:%S.%3N %z (%Z)" look
|
||||
"PST8PDT,M4.5.0,M10.5,0")
|
||||
"PST8PDT,M4.5.0,M10.5.0")
|
||||
"1972-06-30 16:59:59.999 -0700 (PDT)"))
|
||||
;; New South Wales DST in 1971-2.
|
||||
(should (string-equal
|
||||
|
|
Loading…
Add table
Reference in a new issue