aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-26 08:13:03 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-26 08:13:03 +0100
commit3f74c21a0e0de022395d9fdbbf26fb366f1634a6 (patch)
treee2d998d1eef5511a77ef161ffdf870b04da5c73d /doom
parentf9df18f422896d003d6e61c68f3d7c66f39b5e20 (diff)
parent21d2482fff119876e9dbb4b7fb53b26d01606e80 (diff)
downloaddotfiles-3f74c21a0e0de022395d9fdbbf26fb366f1634a6.tar.gz
dotfiles-3f74c21a0e0de022395d9fdbbf26fb366f1634a6.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doom')
-rw-r--r--doom/config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doom/config.org b/doom/config.org
index 221d684..2ff7298 100644
--- a/doom/config.org
+++ b/doom/config.org
@@ -541,8 +541,8 @@ This function uses the date command line tool to do it."
"\n" ""
(shell-command-to-string "date +%z")))
(stamp1 (concat (replace-regexp-in-string "[<>]" "" stamp)))
- (date-cmd-p0 "TZ=%s date -d \"%s\"")
- (date-cmd-p1 "date --date=\"TZ=\\\"%s\\\" %s\"")
+ (date-cmd-p0 "TZ=%s gdate -d \"%s\"")
+ (date-cmd-p1 "gdate --date=\"TZ=\\\"%s\\\" %s\"")
(date-cmd-p2 " +\"%F %H:%M\"")
(date-cmd-from (concat (format date-cmd-p1 tz stamp1) date-cmd-p2))
(date-cmd-to (concat (format date-cmd-p0 tz