Browse Source

web UIs: fix date formatting on Safari

Fixes #869

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 3 năm trước cách đây
mục cha
commit
fe6a3f2ce8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dataprovider/dataprovider.go

+ 1 - 1
dataprovider/dataprovider.go

@@ -90,7 +90,7 @@ const (
 	operationDelete           = "delete"
 	sqlPrefixValidChars       = "abcdefghijklmnopqrstuvwxyz_0123456789"
 	maxHookResponseSize       = 1048576 // 1MB
-	iso8601UTCFormat          = "2006-01-02 15:04:05Z"
+	iso8601UTCFormat          = "2006-01-02T15:04:05Z"
 )
 
 // Supported algorithms for hashing passwords.