diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |