0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Europeans know time. :)

This commit is contained in:
Tobias Weingartner 2016-04-30 14:21:30 -07:00
parent 20dfaab703
commit bd2a33dd14

View file

@ -10,6 +10,7 @@ import (
var (
// Date format YYYY-MM-DD HH:MM:SS or YYYY-MM-DD
timeLayout = []string{
`2006-01-02 15:04:05-0700`,
`2006-01-02 15:04:05`,
`2006-01-02`,
}