Adding embedded timezone database.

This commit is contained in:
Victor Lyuboslavsky 2024-03-25 16:11:46 -05:00
parent 51cd71f464
commit 72662291b0
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ import (
"context"
"fmt"
"time"
_ "time/tzdata" // embed timezone information in the program
"github.com/fleetdm/fleet/v4/server"
)