32469cd6 by Zheng Yang

change time format

1 parent e572f452
...@@ -101,7 +101,7 @@ func (m *Migration) addOrUpdateRecord(name, status string) error { ...@@ -101,7 +101,7 @@ func (m *Migration) addOrUpdateRecord(name, status string) error {
101 if err != nil { 101 if err != nil {
102 return err 102 return err
103 } 103 }
104 t, err := time.Parse(M_DB_DATE_FORMAT, m.Created) 104 t, err := time.Parse(M_DATE_FORMAT, m.Created)
105 if err != nil { 105 if err != nil {
106 return err 106 return err
107 } 107 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!