From 654e171b93f6fdc8c6a1a4b09e8cd4b2448617d0 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 29 May 2023 09:07:27 +0200 Subject: New macro ISO_DATE_SPEC. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 83a2b13..ea00ac1 100644 --- a/html.c +++ b/html.c @@ -1756,7 +1756,7 @@ int html_post_handler(const xs_dict *req, const char *q_path, } /* set the updated field */ - xs *updated = xs_str_utctime(0, "%Y-%m-%dT%H:%M:%SZ"); + xs *updated = xs_str_utctime(0, ISO_DATE_SPEC); msg = xs_dict_set(msg, "updated", updated); /* overwrite object, not updating the indexes */ -- cgit v1.2.3