Searched refs:isdst (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dctime.pl35 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
42 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
50 $TZ = $isdst ? $4 : $1;
/macosx-10.9.5/ruby-104/ruby/
H A Dtimev.h15 int isdst; /* 0:StandardTime 1:DayLightSavingTime */ member in struct:vtm
H A Dtime.c1068 vtm->isdst = 0;
1406 result->isdst = tm.tm_isdst;
1522 int isdst = 0; local
1536 isdst = tm.tm_isdst;
1543 isdst = tm.tm_isdst;
1547 *isdst_ret = isdst;
1639 tm.tm_isdst = vtm->isdst;
1687 if (vtm->isdst)
1782 int isdst; local
1804 result->isdst
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_time_tz.rb99 assert_equal(false, Time.new(0x1_0000_0000_0000_0000, 1).isdst)
100 assert_equal(true, Time.new(0x1_0000_0000_0000_0000, 8).isdst)
211 \s+isdst=\d+\s+gmtoff=(-?\d+)\n
292 America/Lima Sun Apr 1 03:59:59 1990 UTC = Sat Mar 31 23:59:59 1990 PEST isdst=1 gmtoff=-14400
293 America/Lima Sun Apr 1 04:00:00 1990 UTC = Sat Mar 31 23:00:00 1990 PET isdst=0 gmtoff=-18000
294 America/Lima Sat Jan 1 04:59:59 1994 UTC = Fri Dec 31 23:59:59 1993 PET isdst=0 gmtoff=-18000
295 America/Lima Sat Jan 1 05:00:00 1994 UTC = Sat Jan 1 01:00:00 1994 PEST isdst=1 gmtoff=-14400
296 America/Lima Fri Apr 1 03:59:59 1994 UTC = Thu Mar 31 23:59:59 1994 PEST isdst=1 gmtoff=-14400
297 America/Lima Fri Apr 1 04:00:00 1994 UTC = Thu Mar 31 23:00:00 1994 PET isdst=0 gmtoff=-18000
298 America/Los_Angeles Sun Apr 2 09:59:59 2006 UTC = Sun Apr 2 01:59:59 2006 PST isdst
[all...]
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Time/
H A DZone.pm14 print tz2zone($ENV{'TZ'}, undef, $isdst);
57 my($TZ, $time, $isdst) = @_;
68 if (! defined $isdst) {
71 ($j, $j, $j, $j, $j, $j, $j, $j, $isdst) = localtime($time);
74 if (defined $tzn_cache{$TZ}->[$isdst]) {
75 return $tzn_cache{$TZ}->[$isdst];
88 $TZ = $isdst ? $dsttz : $1;
102 my $isdst = $l[8];
104 if (defined($tz_local[$isdst])) {
105 return $tz_local[$isdst];
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtminit.c124 * isdst will point to non-zero if DST is in effect
129 tzwest(time_t* clock, int* isdst) argument
167 *isdst = tp->tm_isdst;
213 int isdst; local
262 n = tzwest(&now, &isdst);
272 if ((m = tzwest(&now, &isdst)) != n)
274 if (!isdst)
276 isdst = n;
278 m = isdst;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmktime.c254 int isdst = tp->tm_isdst; local
306 || (isdst < 0
308 : (isdst != 0) != (tm.tm_isdst != 0))))
324 if (dt == 0 && isdst != tm.tm_isdst && 0 <= isdst && 0 <= tm.tm_isdst)
329 looking for the desired isdst. This isn't perfect,
343 if (otm.tm_isdst == isdst)
449 printf ("%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d isdst %d",
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmktime.c293 int isdst = tp->tm_isdst; local
405 || (isdst < 0
407 : (isdst != 0) != (tm.tm_isdst != 0))))
423 if (isdst != tm.tm_isdst && 0 <= isdst && 0 <= tm.tm_isdst)
429 looking for the desired isdst. This should work for all real
462 if (otm.tm_isdst == isdst)
545 printf ("%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d isdst %d",
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Dbig_brother.perl5178 my($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst);
180 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbicst.pl228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dmktime.c203 int isdst = tp->tm_isdst; local
246 if (0 <= isdst && 0 <= tm.tm_isdst)
248 int dst_diff = (isdst != 0) - (tm.tm_isdst != 0);
331 printf ("%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d isdst %d",
/macosx-10.9.5/PostgreSQL-97/Support/
H A D05_PostgresRestoreExtra.pl288 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = localtime;
/macosx-10.9.5/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres624 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = localtime;
868 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = localtime;
1103 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = gmtime;
1108 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = gmtime;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIntPlatDecls.h132 EXTERN char * TclpGetTZName _ANSI_ARGS_((int isdst));
212 EXTERN char * TclpGetTZName _ANSI_ARGS_((int isdst));
264 char * (*tclpGetTZName) _ANSI_ARGS_((int isdst)); /* 23 */
297 char * (*tclpGetTZName) _ANSI_ARGS_((int isdst)); /* 24 */
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c85 static int addtype P((long gmtoff, const char * abbr, int isdst,
94 const char * letters, int isdst));
1540 doabbr(abbr, format, letters, isdst)
1544 const int isdst;
1550 } else if (isdst)
1775 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
1778 const int isdst;
1784 if (isdst != TRUE && isdst != FALSE) {
1785 error(_("internal error - addtype called with bad isdst"));
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c85 static int addtype P((long gmtoff, const char * abbr, int isdst,
94 const char * letters, int isdst));
1540 doabbr(abbr, format, letters, isdst)
1544 const int isdst;
1550 } else if (isdst)
1775 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
1778 const int isdst;
1784 if (isdst != TRUE && isdst != FALSE) {
1785 error(_("internal error - addtype called with bad isdst"));
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
139 const char * letters, int isdst, int doquotes);
1875 doabbr(abbr, format, letters, isdst, doquotes)
1879 const int isdst;
1891 } else if (isdst) {
2508 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2513 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2517 const int isdst;
2523 if (isdst !
[all...]
H A Dtz2icu.cpp142 bool isdst; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
405 type.isdst = readbool(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
1221 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1227 abbr(-1), isdst(false), isstd(false), isgmt(false) {}
H A Dlocaltime.c1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/
H A DjsDriver.pl1103 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
1119 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = @_;
1129 return ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
H A Druntests.pl428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
/macosx-10.9.5/CPAN-52/
H A DupdateCPAN.pl33 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime;
H A DgenNewOSS.pl176 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = scalar(@_) > 0 ? localtime(shift) : localtime;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIntPlatDecls.h230 EXTERN char * TclpGetTZName(int isdst);
421 char * (*tclpGetTZName) (int isdst); /* 23 */
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dftpserver.pl198 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
204 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =

Completed in 202 milliseconds

12