flux icon indicating copy to clipboard operation
flux copied to clipboard

Implement LoadLocation function

Open nathanielc opened this issue 6 years ago • 1 comments

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")

nathanielc avatar Oct 19 '18 22:10 nathanielc

dupe of #406 ?

russorat avatar Mar 04 '20 06:03 russorat