From 2737f753ca0304b4fbe84dd404b1f6fe62c08542 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 12 Feb 2016 03:13:05 -0800 Subject: [PATCH] fix isotime string --- src/twtxt.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twtxt.nim b/src/twtxt.nim index b4951af..11c0059 100644 --- a/src/twtxt.nim +++ b/src/twtxt.nim @@ -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