mirror of
https://github.com/documize/community.git
synced 2025-08-07 06:25:23 +02:00
more date formatting tweaks
This commit is contained in:
parent
d5e8ab7561
commit
a74f5178f5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ func (*GithubT) getCommits(client *gogithub.Client, config githubConfig) ([]gith
|
|||
if v.Commit != nil {
|
||||
if v.Commit.Committer.Date != nil {
|
||||
// d = fmt.Sprintf("%v", *v.Commit.Committer.Date)
|
||||
d = v.Commit.Committer.Date.Format("January 2 2006, 15:04 MST")
|
||||
d = v.Commit.Committer.Date.Format("January 2 2006, 15:04")
|
||||
}
|
||||
if v.Commit.Message != nil {
|
||||
m = *v.Commit.Message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue