summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index dc8320d..feeb06f 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -524,7 +524,7 @@ xs_dict *mastoapi_account(const xs_dict *actor)
524 acct = xs_dict_append(acct, "created_at", pub); 524 acct = xs_dict_append(acct, "created_at", pub);
525 else { 525 else {
526 /* unset created_at crashes Tusky, so lie like a mf */ 526 /* unset created_at crashes Tusky, so lie like a mf */
527 xs *date = xs_str_utctime(0, "%Y-%m-%dT%H:%M:%SZ"); 527 xs *date = xs_str_utctime(0, ISO_DATE_SPEC);
528 acct = xs_dict_append(acct, "created_at", date); 528 acct = xs_dict_append(acct, "created_at", date);
529 } 529 }
530 530