time/tzdata

Guided tour · Misc · pkg.go.dev →

Embed the IANA timezone database into your binary. Import for side effect when deploying to stripped-down containers without /usr/share/zoneinfo.

Usage

Blank import

import _ "time/tzdata"

// Now time.LoadLocation works even in scratch / distroless images.