mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 09:06:41 +00:00
core: Embed time/tzdata (#7432)
This commit is contained in:
parent
e9d290de2f
commit
cbebc1292b
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
_ "time/tzdata"
|
||||
|
||||
caddycmd "github.com/caddyserver/caddy/v2/cmd"
|
||||
|
||||
// plug in Caddy modules here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue