Proposal Details
When zoneinfo is needed, it is parsed from the files in the /usr/share/zoneinfo/ directory.
This implementation works only on Unix systems.
I recently discovered that this value is stored in the extend field of the time.Location struct.
I use this value to send to other devices.
I propose adding a getter function to retrieve this value:
func (l *Location) Extend() string