diff options
Diffstat (limited to '')
-rw-r--r-- | 2020/submissions.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/submissions.org b/2020/submissions.org index 32d8c85e..432a195f 100644 --- a/2020/submissions.org +++ b/2020/submissions.org @@ -3197,7 +3197,7 @@ conference for instructions on how to watch and participate. See you then! (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))) - '("EST" "America/Los_Angeles" "UTC" "CET") + '("EST" "America/Los_Angeles" "UTC" "CET" "Asia/Singapore") " / ")) (plist-get o :speakers) (org-export-string-as (plist-get o :abstract) 'md t) |