mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 01:37:25 +08:00
print time to debug
This commit is contained in:
@ -1359,7 +1359,7 @@ func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
|
||||
}
|
||||
}
|
||||
case "created":
|
||||
c.Created = c.Created.UTC()
|
||||
fmt.Println(1, c.Created)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user