fix isotime string

This commit is contained in:
Christine Dodrill 2016-02-12 03:13:05 -08:00
parent ba941a3029
commit 2737f753ca
1 changed files with 1 additions and 1 deletions

View File

@ -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'+'zzz"
version: string = staticExec "git describe --tags --long"
type