flux
flux copied to clipboard
Implement LoadLocation function
From the SPEC:
LoadLoacation loads a locations from a time zone database.
LoadLocation has the following parameters:
- name string Name is the name of the location to load. The names correspond to names in the IANA tzdb.
Examples:
loadLocation(name:"America/Denver")
loadLocation(name:"America/Chicago")
loadLocation(name:"Africa/Tunis")
dupe of #406 ?