From 5f0082a25e13a165fe764f23c97390b8c9fb4fec Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 10 Feb 2016 13:03:39 -0800 Subject: [PATCH] fix timestamp representation for the $ proc of Tweet --- src/twtxt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twtxt.nim b/src/twtxt.nim index 933fd9a..eea300b 100644 --- a/src/twtxt.nim +++ b/src/twtxt.nim @@ -1,7 +1,7 @@ import db_sqlite, json, httpclient, os, strutils, times, time/gotime const - ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzz" + ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000+'zzz" type Tweet* = object of RootObj