fix time i guess
This commit is contained in:
parent
6aaa8eb348
commit
570bc3706a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue