diff --git a/adcom1/geo.go b/adcom1/geo.go index 088fee6..bc6b79e 100644 --- a/adcom1/geo.go +++ b/adcom1/geo.go @@ -113,8 +113,6 @@ type Geo struct { // integer // Definition: // Local time as the number +/- of minutes from UTC. - // Dev note: - // This field is kept as `int` to follow type choice for timezone offset in std. `time` package. UTCOffset int64 `json:"utcoffset,omitempty"` // Attribute: