summaryrefslogtreecommitdiff
path: root/org-fc-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc-core.el')
-rw-r--r--org-fc-core.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/org-fc-core.el b/org-fc-core.el
index 47a8b89..0a5e733 100644
--- a/org-fc-core.el
+++ b/org-fc-core.el
@@ -148,7 +148,6 @@ Does not apply to cloze single and cloze enumeration cards."
(let ((seconds (* interval 60 60 24))
(now (time-to-seconds)))
(format-time-string
- org-fc-timestamp-format
"%FT%TZ"
(seconds-to-time (+ now seconds))
"UTC0")))