mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adding embedded timezone database.
This commit is contained in:
parent
51cd71f464
commit
72662291b0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import (
|
|||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
_ "time/tzdata" // embed timezone information in the program
|
||||
|
||||
"github.com/fleetdm/fleet/v4/server"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue