Versions in this module Expand all Collapse all v1 v1.0.5 Aug 23, 2026 Changes in this version + const DefaultDisplayLayout + var ErrNoZonesProvided = errors.New("project: se requiere al menos una zona horaria") + func BatchForUsers(utcTime time.Time, userZones []string) (map[string]UserTime, error) + func Format(utcTime time.Time, userZone, layout string) (string, error) + type UserTime struct + Abbreviation string + DifferenceToUTC time.Duration + Formatted string + ISO8601 string + IsDST bool + LocalTime time.Time + OffsetFormatted string + OffsetSeconds int + Zone string + func ForUser(utcTime time.Time, userZone string, customLayout ...string) (UserTime, error) v1.0.4 Aug 23, 2026