From 6aaa8eb34806b8181a4a094ac45243adff1e779b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 6 Feb 2016 13:56:48 -0800 Subject: [PATCH] this fixes everything --- src/twtxt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twtxt.nim b/src/twtxt.nim index 1e1b5b5..714bd40 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'zzz" + ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzzz" type Tweet* = object of RootObj