| 236 | } |
| 237 | |
| 238 | type 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 | |
| 244 | type Config struct { |
| 245 | XMLName xml.Name `xml:"settings" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected