MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / TimeZone

Struct TimeZone

bridge/bridge.go:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238type TimeZone struct {
239 Name string `json:"name" xml:"name"`
240 TzinfoName string `json:"tzinfo_name" xml:"tzinfo_name"`
241 UtcOffset int `json:"utc_offset" xml:"utc_offset"`
242}
243
244type Config struct {
245 XMLName xml.Name `xml:"settings" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected