Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2019 Changes in this version + type GeoNamesTimezone struct + CountryCode string + CountryName string + DstOffset float64 + GmtOffset float64 + Latitude float64 + Longitude float64 + RawOffset float64 + Sunrise string + Sunset string + Time string + TimezoneID string + func RetrieveGeoNamesTimezone(latitude float64, longitude float64, userName string) (geoNamesTimezone *GeoNamesTimezone, err error) + type GoogleTimezone struct + DstOffset float64 + RawOffset float64 + Status string + TimezoneID string + TimezoneName string + func RetrieveGoogleTimezone(latitude float64, longitude float64) (googleTimezone *GoogleTimezone, err error)