diff --git a/db.go b/db.go index b99fc88..a4e2841 100644 --- a/db.go +++ b/db.go @@ -36,7 +36,7 @@ func (c *Commit) MarshalJSON() ([]byte, error) { // PrintCreatedAt formats the created at timestamp func (c *Commit) PrintCreatedAt() string { - return c.CreatedAt.Format("2006/01/02 15:04 MST") + return c.CreatedAt.Format(time.RFC3339) } // SetupDB and return active connection