Home | History | Annotate | Download | only in time

Lines Matching refs:UTC

43 // offset for the UTC zone. Thus:
59 // only to local times. Applying them to UTC times will use "UTC" as the
111 stdISO8601TZ // "Z0700" // prints Z for UTC
114 stdISO8601ColonTZ // "Z07:00" // prints Z for UTC
752 // corresponding to Jan 1, year 0, 15:04:00 UTC (note that because the year is
757 // In the absence of a time zone indicator, Parse returns a time in UTC.
766 // The zone abbreviation "UTC" is recognized as UTC regardless of location.
774 return parse(layout, value, UTC, Local)
778 // First, in the absence of time zone information, Parse interprets a time as UTC;
936 z = UTC
997 if len(value) >= 3 && value[0:3] == "UTC" {
998 z = UTC
1057 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1074 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)