Skip to content

time: parser does not support IANA location names #5202

@alexandre-normand

Description

@alexandre-normand
I started using the time package (http://golang.org/pkg/time/) and it supports timezones
only in the form of timezone offsets or the "deprecated" timezone
abbreviations. 

Since abbreviations are not guaranteed to be unique, it is generally understood that
timezone names are the way to go (i.e. America/Los_Angeles instead of PST) but it's not
possible with the current time package. 

Can the support be added to the time package for zone names?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions