Browse Source

Added a common date/time format. Closes #117

Dmitry Panov 5 years ago
parent
commit
007eef3bc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      date.go

+ 1 - 0
date.go

@@ -25,6 +25,7 @@ var (
 		"2006-01-02T15:04:05Z0700",
 		"2006-01-02T15:04:05",
 		"2006-01-02",
+		"2006-01-02 15:04:05",
 		time.RFC1123,
 		time.RFC1123Z,
 		dateTimeLayout,