summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 8594d84..7d51b82 100644
--- a/utils.c
+++ b/utils.c
@@ -218,7 +218,7 @@ int adduser(const char *uid)
218{ 218{
219 snac snac; 219 snac snac;
220 xs *config = xs_dict_new(); 220 xs *config = xs_dict_new();
221 xs *date = xs_str_utctime(0, "%Y-%m-%dT%H:%M:%SZ"); 221 xs *date = xs_str_utctime(0, ISO_DATE_SPEC);
222 xs *pwd = NULL; 222 xs *pwd = NULL;
223 xs *pwd_f = NULL; 223 xs *pwd_f = NULL;
224 xs *key = NULL; 224 xs *key = NULL;