mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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