diff --git a/src/twtxt.nim b/src/twtxt.nim index 714bd40..1e1b5b5 100644 --- a/src/twtxt.nim +++ b/src/twtxt.nim @@ -1,7 +1,7 @@ import db_sqlite, json, httpclient, os, strutils, times const - ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzzz" + ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzz" type Tweet* = object of RootObj