fix timezone

This commit is contained in:
Unknwon 2015-08-20 00:32:18 +08:00
parent a5b09b30d0
commit 6c2536b89c
3 changed files with 6 additions and 4 deletions

View file

@ -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()