--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/ye9K3CSzbqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/342a5f7d-724c-4fbc-ad65-59599756ec9fn%40googlegroups.com.
I'm also curious why Plan 9 doesn't include a tzdata or zoneinfo database
file for programs to use for time zone logic/math, like most OSs, if anyone
happens to know.
If I understand the question correctly, I think it does in the
/adm/timezone directory. Those files are in a format described in
ctime(2). Out of curiosity I read through the time package source
and found some logic to parse this data in zoneinfo_plan9.go.
initLocal is eventually called in zoneinfo.go.