Skip to content

Commit

Permalink
#27. Add rfc-3339 to Date
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Mar 24, 2019
1 parent 703eae6 commit 6d1fa6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion date.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func (date *goDate) initMapping() {
"s": "05",
"D": "Mon",
"M": "Jan",
"r": "Mon Jan 02 15:04:05 -0700 2006",
"r": time.RubyDate,
"c": time.RFC3339,
}

_, isoWeek := date.t.ISOWeek()
Expand Down

0 comments on commit 6d1fa6e

Please sign in to comment.