HomeSort by: relevance | last modified time | path
    Searched refs:UTC (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-report 17 TZ=UTC \
25 TZ=UTC \
gcc-svn-patchlist 32 export TZ=UTC
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-report 17 TZ=UTC \
25 TZ=UTC \
gcc-svn-patchlist 32 export TZ=UTC
  /src/sys/conf/
newvers_stand.sh 66 t=$(LC_ALL=C TZ=UTC "${DATE}" ${dateargs})
newvers.sh 219 t=$(LC_ALL=C TZ=UTC ${DATE} -r "${timestamp}")
  /src/external/gpl2/xcvs/dist/lib/
test-getdate.sh 153 # 1969-12-32 2:00:00 UTC
154 # 1970-01-01 2:00:00 UTC
214 1969-12-32 2:00:00 UTC
215 1970-01-01 2:00:00 UTC
290 # "Universal Timezones" (GMT, UTC, & UT), that might double as a local zone in
getdate.c 229 /* Time zone, in minutes east of UTC. */
2604 { "UTC", tZONE, HOUR ( 0) },
3286 the current time zone is 8 hours ahead of UTC, and the min
3287 time_t value is 1970-01-01 00:00:00 UTC. Then the min
3290 problem, set the time zone to 1 hour behind UTC temporarily
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 11 $(LREF UTC)
133 in UTC time (i.e. std time) and returns whether DST is effect in this
137 stdTime = The UTC time that needs to be checked for DST in this time
145 in UTC time (i.e. std time) and converts it to this time zone's time.
148 stdTime = The UTC time that needs to be adjusted to this time zone's
156 in this time zone's time and converts it to UTC (i.e. std time).
160 UTC time.
166 Returns what the offset from UTC is at the given std time.
170 stdTime = The UTC time for which to get the offset from UTC for thi
    [all...]
package.d 25 $(REF_ALTTEXT UTC, UTC, std, datetime, timezone)$(NBSP)
112 Construct a specific point in time in the UTC timezone and
118 import std.datetime.timezone : UTC;
121 auto st = SysTime(DateTime(2018, 1, 1, 12, 30, 10), UTC());
systime.d 56 import std.datetime.timezone : UTC;
59 assert(st == SysTime(DateTime(2018, 1, 1, 10, 30, 0), UTC()));
85 import std.datetime.timezone;// : LocalTime, SimpleTimeZone, TimeZone, UTC;
158 assert(currTime(UTC()).timezone is UTC());
174 auto norm2 = Clock.currTime(UTC());
184 auto value2 = Clock.currTime!ct(UTC());
471 UTC), so it interfaces well with the system time. However, that means that,
495 For using time zones other than local time or UTC, use
500 UTC. Conversion error cannot happen when changing the time zone of
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-gmtime.mk 4 # using strftime(3) in UTC.
146 export TZ=UTC
154 export TZ=UTC
162 export TZ=UTC
176 # Slightly contorted syntax to convert a UTC timestamp from an expression to a
directive-export.mk 58 export TZ=${UTC}
Makefile 500 ENV.depsrc-optional+= TZ=UTC
  /src/tests/usr.bin/diff/
t_diff.sh 132 export TZ=UTC
148 export TZ=UTC
  /src/external/bsd/file/dist/src/
cdf_time.c 109 static char UTC[] = "UTC";
140 tm.tm_zone = UTC;
  /src/external/bsd/flex/dist/build-aux/
mdate-sh 4 scriptversion=2015-04-09.19; # UTC
77 # Use UTC to get reproducible result
78 TZ=UTC
226 # time-stamp-time-zone: "UTC"
227 # time-stamp-end: "; # UTC"
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 254 UTC) to the standard output in a format like:
260 means that to get to UTC from the reported local time one must
  /src/external/gpl2/lvm2/dist/test/
test-lib.sh 15 TZ=UTC
  /src/external/bsd/ntp/dist/include/
mbg_gps166.h 236 GPS_UTC, ///< (rw-) ::UTC, GPS %UTC correction parameters
340 BVAR_BIT_UTC_INVALID, ///< %UTC offset parameters incomplete
370 * the epoch starting at %UTC midnight at the beginning of January 6, 1980.
378 * %UTC time differs from GPS time since a number of leap seconds have
379 * been inserted in the %UTC time scale after the GPS epoche. The number
380 * of leap seconds is disseminated by the satellites using the ::UTC
395 * The current number of leap seconds have to be added to get %UTC
401 * @note Conversion from GPS time to %UTC and/or local time can only be
402 * done if some valid ::UTC correction parameters are available in th
    [all...]
  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 226 { TM_UTC, "UTC CORR" },
322 UTC *utcp
  /src/external/ibm-public/postfix/dist/conf/
postfix-tls-script 79 # in UTC. For ECDSA, the file names start with \fBeckey-\fR
696 stamp=`TZ=UTC date +%Y%m%d-%H%M%S`
  /src/etc/
security 19 TZ=UTC; export TZ
Makefile 44 LOCALTIME?= UTC
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1109 float(self.tagger_date_timestamp), datetime.UTC

Completed in 53 milliseconds

1 2