February 2018
Intermediate to advanced
340 pages
9h 43m
English
The time package contains the Parse function for parsing the string with time information.
The format of an incoming date string is given by the referential date, formatted to the matching format. Remember that the reference time is Jan 2 15:04:05 2006 MST.
If the given time string does not contain the information about the timezone, the result of the Parse function will always be in UTC.
If the timezone information is provided, then the time is always the time instant in the provided timezone.
The ParseInLocation function accepts the third argument, which is the location. If the time string does not contain any timezone information, then the time is parsed to the Time instance in given location.
Read now
Unlock full access