Given a time zone such as EDT or CEST is there a way to get a time.Location reference to use it to with func (t Time) In(loc *Location) Time?
time.Location
func (t Time) In(loc *Location) Time