print time to debug

This commit is contained in:
Unknwon 2015-08-20 00:25:32 +08:00
parent 390027496c
commit a5b09b30d0
2 changed files with 4 additions and 3 deletions

View file

@ -1359,7 +1359,7 @@ func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
}
}
case "created":
c.Created = c.Created.UTC()
fmt.Println(1, c.Created)
}
}