On Mon, Jul 25, 2022 at 3:47 PM Brendenson Andrade
<brendens...@gmail.com> wrote:
>
> I discovered a problem with the America/Sao_Paulo time zone.
>
> Brazil doesn't have daylight saving time changes anymore, but Go still uses 
> DST -2 (the correct one is -3) for the America/Sao_Paulo time zone.
>
> I propose to change DST for this time zone.

For Unix systems Go uses the timezone information that is available on
the system.  In general Go uses the tzdata database
(https://www.iana.org/time-zones), and we aren't going to change that.

So: what system are you running?  Is the tzdata database up to date?
Is your timezone information up to date?  It's unlikely that there is
anything to change in Go here.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcX4DD2O1-TyPr2oRcGnX%3DVw1hNDNQvBzG9e94PpiVyR9w%40mail.gmail.com.

Reply via email to