summaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-20 00:25:32 +0800
committerUnknwon <u@gogs.io>2015-08-20 00:25:32 +0800
commita5b09b30d0f97b7296f23940dc64fff5bf698988 (patch)
tree652867b32be1c6a99235914971a17046e2e76a09 /models/issue.go
parent390027496c26402c0e4cf985ea225dd7be0a2433 (diff)
downloadgitea-a5b09b30d0f97b7296f23940dc64fff5bf698988.tar.gz
gitea-a5b09b30d0f97b7296f23940dc64fff5bf698988.zip
print time to debug
Diffstat (limited to 'models/issue.go')
-rw-r--r--models/issue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue.go b/models/issue.go
index cd22f1a5a1..75345217c4 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -1359,7 +1359,7 @@ func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
}
}
case "created":
- c.Created = c.Created.UTC()
+ fmt.Println(1, c.Created)
}
}