tvl-depot/emacs/.emacs.d
William Carroll 34ec3104f7 Debug dottime in modeline
My modeline was displaying the local time (not UTC time) and appending the UTC
timezone offset, which was confusing me.

When it was `00:03` in London, my modeline would read `00:03+01`. One way of
interpreting this is that it's `00:03` in London and the `+01` is a reminder
that I'm one hour ahead of UTC. However, I was reading it as though it was
`00:03` UTC and thus `01:03` in London.

I had to set `display-time-string-forms` instead of `display-time-string` to
pass the `t` argument to the `ZONE` parameter to indicate that I'd prefer to use
UTC time and not local time when expanding the variables.
2020-09-28 00:02:40 +01:00
..
snippets More Elisp linting 2020-09-01 10:17:43 +01:00
vendor Delete unused slack-snippets module 2020-09-02 14:38:42 +01:00
wpc Debug dottime in modeline 2020-09-28 00:02:40 +01:00
init.el Remove Emacs config for Google languages 2020-09-07 23:28:20 +01:00
opam-user-setup.el Move move .emacs.d out of configs/shared 2020-01-30 16:00:29 +00:00