Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Interpret the hour portion of the time in 24-hour mode if the format …
Browse files Browse the repository at this point in the history
…doesn't include AM/PM designation
  • Loading branch information
mohammed90 committed Jul 15, 2018
1 parent 5165618 commit 737ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var timeFormats = []string{
"2006-01-02T15:04:05Z07:00",
"01/02/2006",
"2006-01-02",
"2006-01-02T03:04",
"2006-01-02T15:04",
time.ANSIC,
time.UnixDate,
time.RubyDate,
Expand Down

0 comments on commit 737ccc2

Please sign in to comment.