summaryrefslogtreecommitdiffstats
path: root/2020/submissions.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--2020/submissions.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/submissions.org b/2020/submissions.org
index ddadf2b2..df01af96 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -3232,7 +3232,7 @@ conference for instructions on how to watch and participate. See you then!
(mapconcat
(lambda (tz)
(format "%s - %s"
- (format-time-string "%A, %b %e %Y, %l:%M %p"
+ (format-time-string "%A, %b %e %Y, ~%l:%M %p"
(org-timestamp-to-time (org-timestamp-split-range timestamp)) tz)
(format-time-string "%l:%M %p %Z"
(org-timestamp-to-time (org-timestamp-split-range timestamp t)) tz)))