package main // The production runtime image (alpine, no tzdata package) has no // /usr/share/zoneinfo, and booking-time windowing/rendering resolves IANA // zones via time.LoadLocation. Embed the zone database in the binary so // timezone resolution never depends on the container's filesystem. import _ "time/tzdata"