Lines Matching refs:UTC
39 // offset for the UTC zone. Thus:
87 stdISO8601TZ // "Z0700" // prints Z for UTC
89 stdISO8601ColonTZ // "Z07:00" // prints Z for UTC
687 // corresponding to Jan 1, year 0, 15:04:00 UTC (note that because the year is
692 // In the absence of a time zone indicator, Parse returns a time in UTC.
701 // The zone abbreviation "UTC" is recognized as UTC regardless of location.
709 return parse(layout, value, UTC, Local)
713 // First, in the absence of time zone information, Parse interprets a time as UTC;
867 z = UTC
928 if len(value) >= 3 && value[0:3] == "UTC" {
929 z = UTC
983 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1000 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)