1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 09:20:55 +00:00

change time format

This commit is contained in:
Zheng Yang 2014-08-13 16:09:13 +08:00
parent e572f45296
commit 32469cd69d

View File

@ -101,7 +101,7 @@ func (m *Migration) addOrUpdateRecord(name, status string) error {
if err != nil {
return err
}
t, err := time.Parse(M_DB_DATE_FORMAT, m.Created)
t, err := time.Parse(M_DATE_FORMAT, m.Created)
if err != nil {
return err
}