From 6c2536b89c30ef1c99752abd50fdb3b5d2cd0691 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 20 Aug 2015 00:32:18 +0800 Subject: fix timezone --- modules/base/tool.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/base/tool.go') diff --git a/modules/base/tool.go b/modules/base/tool.go index abf12791..16759f21 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -273,7 +273,6 @@ func TimeSincePro(then time.Time) string { func timeSince(then time.Time, lang string) string { now := time.Now() - fmt.Println(2, now) lbl := i18n.Tr(lang, "tool.ago") diff := now.Unix() - then.Unix() -- cgit v1.2.3