Made time-stamps valid according to ISO 8601.
This commit is contained in:
parent
a72e08ce91
commit
08e3ccb2fa
9
init.el
9
init.el
|
@ -1,9 +1,9 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;;; Time-stamp: <2019-04-08 21:30:08 CEST>
|
||||
;; Time-stamp: <2019-04-08T21:52:14+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
;;; Emacs 24 and above.
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
;; Emacs 24 and above.
|
||||
|
||||
;;; Code:
|
||||
;;;;;;;;;;;;;;;;;;;; Packages ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -629,7 +629,8 @@
|
|||
;; with the current timestamp.
|
||||
(use-package time-stamp
|
||||
:custom
|
||||
(time-stamp-format "%:y-%02m-%02d %02H:%02M:%02S %Z")
|
||||
(time-stamp-format "%:y-%02m-%02dT%02H:%02M:%02S+00:00")
|
||||
(time-stamp-time-zone t) ; Set to UTC until ISO 8601 is supported.
|
||||
:hook
|
||||
(before-save . time-stamp))
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 25911
|
||||
127.0.0.1:51313 17362
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user