-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- time.date to construct a time object (variadic, from 1 to 8 args) - time.location to extract location from a time - time.loadlocation to create a location object by looking up in IANA dictionary data on the given system - time.fixedzone to create a location object by hand, given name and offset-seconds-from-UTC - time.locationname to get a string repr. of a location This should round out the Go time pkg functions that are necessary to do most date/time manipulation from Goal.
- Loading branch information
Showing
3 changed files
with
407 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.