aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
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)
}
}