fix timestamp representation for the $ proc of Tweet
This commit is contained in:
parent
d5ffe8db52
commit
5f0082a25e
|
@ -1,7 +1,7 @@
|
|||
import db_sqlite, json, httpclient, os, strutils, times, time/gotime
|
||||
|
||||
const
|
||||
ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000'zzz"
|
||||
ISOTime*: string = "yyyy-MM-dd'T'HH:mm:ss'.000000+'zzz"
|
||||
|
||||
type
|
||||
Tweet* = object of RootObj
|
||||
|
|
Loading…
Reference in New Issue