fix timestamp representation for the $ proc of Tweet

This commit is contained in:
Christine Dodrill 2016-02-10 13:03:39 -08:00
parent d5ffe8db52
commit 5f0082a25e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import db_sqlite, json, httpclient, os, strutils, times, time/gotime import db_sqlite, json, httpclient, os, strutils, times, time/gotime
const const
ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzz" ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000+'zzz"
type type
Tweet* = object of RootObj Tweet* = object of RootObj