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:
parent
20dfaab703
commit
bd2a33dd14
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import (
|
||||||
var (
|
var (
|
||||||
// Date format YYYY-MM-DD HH:MM:SS or YYYY-MM-DD
|
// Date format YYYY-MM-DD HH:MM:SS or YYYY-MM-DD
|
||||||
timeLayout = []string{
|
timeLayout = []string{
|
||||||
|
`2006-01-02 15:04:05-0700`,
|
||||||
`2006-01-02 15:04:05`,
|
`2006-01-02 15:04:05`,
|
||||||
`2006-01-02`,
|
`2006-01-02`,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue