Documentation ¶ Index ¶ type Timezone Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Timezone ¶ type Timezone int Timezone represents all timezones in the USA const ( //EST Eastern Standard time (-5) EST Timezone = -(5 + iota) //CST Central Standard time (-6) CST //MST Mountain Standard time (-7) MST //PST Pacific Standard time (-8) PST ) Source Files ¶ View all Source files timezones.go Click to show internal directories. Click to hide internal directories.