32469cd6 by Zheng Yang

change time format

1 parent e572f452
......@@ -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
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!