fix time i guess

This commit is contained in:
Christine Dodrill 2016-02-06 14:34:11 -08:00
parent 6aaa8eb348
commit 570bc3706a
1 changed files with 1 additions and 1 deletions

View File

@ -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