diff options
-rw-r--r-- | org-fc-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-core.el b/org-fc-core.el index 8a61303..2dcc5de 100644 --- a/org-fc-core.el +++ b/org-fc-core.el @@ -154,7 +154,7 @@ Does not apply to cloze single and cloze enumeration cards." (let ((seconds (* interval 60 60 24)) (now (time-to-seconds))) (format-time-string - "%FT" + "%FT00:00:00Z" (seconds-to-time (+ now seconds)) "UTC0"))) |