this fixes everything

This commit is contained in:
Christine Dodrill 2016-02-06 13:56:48 -08:00
parent 4518b08e4d
commit 6aaa8eb348
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'zzz"
ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzzz"
type
Tweet* = object of RootObj