# Functions
Date returns the Time corresponding to
yyyy-mm-dd hh:mm:ss + nsec nanoseconds
in the appropriate zone for that time in the given location.
MustParse is the same as Parse but panics on error.
MustParse is the same as Parse but panics on error.
New creates a new timex from a standard time.Time.
Now returns the current local time.
Parse creates a new timex from a string.
ParseInLocation is like Parse but differs in two important ways.
Since returns the time elapsed since t.
TimeZoneOfGeography returns the time zone name of the given country and (optional) state.
Unix returns the local Time corresponding to the given Unix time, sec seconds and nsec nanoseconds since January 1, 1970 UTC.
UnixMicro returns the local Time corresponding to the given Unix time, usec microseconds since January 1, 1970 UTC.
UnixMilli returns the local Time corresponding to the given Unix time, msec milliseconds since January 1, 1970 UTC.
Until returns the duration until t.
# Variables
TimeZoneNames is an alphabetically sorted list of most time zone names.
USTimeZoneNames is an alphabetically sorted list of US time zone names.