summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index fa079cc..303b534 100644
--- a/data.c
+++ b/data.c
@@ -1688,7 +1688,7 @@ void notify_add(snac *snac, const char *type, const char *utype,
1688{ 1688{
1689 xs *ntid = tid(0); 1689 xs *ntid = tid(0);
1690 xs *fn = xs_fmt("%s/notify/", snac->basedir); 1690 xs *fn = xs_fmt("%s/notify/", snac->basedir);
1691 xs *date = xs_str_utctime(0, "%Y-%m-%dT%H:%M:%SZ"); 1691 xs *date = xs_str_utctime(0, ISO_DATE_SPEC);
1692 FILE *f; 1692 FILE *f;
1693 1693
1694 /* create the directory */ 1694 /* create the directory */