change time format

This commit is contained in:
Zheng Yang 2014-08-13 16:09:13 +08:00
parent e572f45296
commit 32469cd69d
1 changed files with 1 additions and 1 deletions

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
}