Documentation ¶ Index ¶ type Timezone func (t Timezone) LoadLocation() (*time.Location, error) func (t Timezone) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Timezone ¶ type Timezone string TimeZone represents a timezone. Going forward we will need to provide a list of timezones to the user. Otherwise we will depend on whatever's available in the underlying container. func (Timezone) LoadLocation ¶ func (t Timezone) LoadLocation() (*time.Location, error) func (Timezone) Validate ¶ func (t Timezone) Validate() error Source Files ¶ View all Source files tz.go Click to show internal directories. Click to hide internal directories.