Versions in this module Expand all Collapse all v0 v0.2.0 Apr 21, 2026 Changes in this version type TimeZone + func (z *TimeZone) LoadString(s string) error v0.1.0 Nov 20, 2022 Changes in this version + var UTCTimeZone = TimeZone + type TimeZone struct + func LoadTimeZone(name string) (TimeZone, error) + func (z *TimeZone) Scan(value any) error + func (z *TimeZone) UnmarshalJSON(data []byte) error + func (z *TimeZone) UnmarshalText(text []byte) error + func (z TimeZone) Location() *time.Location + func (z TimeZone) MarshalJSON() ([]byte, error) + func (z TimeZone) MarshalText() (text []byte, err error) + func (z TimeZone) String() string + func (z TimeZone) Value() (driver.Value, error)