web UIs: fix date formatting on Safari

Fixes #869

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2022-06-09 07:37:50 +02:00
parent 37f79650c8
commit b60255752f
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB

View file

@ -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.