about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-misc.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-misc.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-misc.el13
1 files changed, 1 insertions, 12 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el
index 9d1ba7a54de5..574162fbfd82 100644
--- a/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/emacs/.emacs.d/wpc/wpc-misc.el
@@ -25,19 +25,8 @@
 ;; Configuration
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-;; I'm borrowing from the dot-time format (i.e. https://dotti.me) to encode the
-;; timestamp. This displays the UTC time and an offset to show the number of
-;; hours East or West of UTC my current timezone is using `current-time-zone'.
-;;
-;; Reminder to me:
-;; LON: +00 (UTC) or +01 (BST)
-;; NYC: -05
-;; SF:  -07
 (setq display-time-string-forms
-      '((format-time-string
-         (concat "%H·%M"
-                 (format "%0+3d" (/ (car (current-time-zone)) 3600))
-                 " %a %d %b") nil t)))
+      '((format-time-string "%H:%M %a %b %d")))
 (display-time-mode 1)
 
 ;; Remove the boilerplate in the *scratch* buffer