mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
print time to debug
This commit is contained in:
parent
390027496c
commit
a5b09b30d0
2 changed files with 4 additions and 3 deletions
|
@ -1359,7 +1359,7 @@ func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
|
|||
}
|
||||
}
|
||||
case "created":
|
||||
c.Created = c.Created.UTC()
|
||||
fmt.Println(1, c.Created)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue