this fixes everything
This commit is contained in:
parent
4518b08e4d
commit
6aaa8eb348
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue