Searched refs:gmtime (Results 1 – 25 of 149) sorted by relevance
123456
| /openbsd/src/gnu/usr.bin/perl/lib/Time/ |
| D | gmtime.t | 10 use_ok Time::gmtime; 14 my $gmtime = gmtime $time; # This is the OO gmtime. 15 my @gmtime = CORE::gmtime $time; # This is the gmtime function 17 is @gmtime, 9, "gmtime($time)"; 19 is $gmtime->$method, shift @gmtime, "gmtime($time)->$method";
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | time.t | 66 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime($beg); 79 ok(gmtime() =~ /^(Sun|Mon|Tue|Wed|Thu|Fri|Sat)[ ] 111 ok eq_array([gmtime($time)], \@expected), "gmtime($time) list context"; 112 is scalar gmtime($time), $scalar, " scalar"; 145 warning_is(sub {is( (gmtime(1.23))[5] + 1900, 1970 )}, 164 my $have = (gmtime($time))[5] + 1900; 182 my $date = gmtime($big_time); 183 like $warning, qr/^gmtime(.*) too large/; 190 $date = gmtime($small_time); 191 like $warning, qr/^gmtime(.*) too small/; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/t/ |
| D | 01base.t | 5 my $t = gmtime(315532800); # 00:00:00 1/1/1980 7 isa_ok($t, 'Time::Piece', 'specific gmtime'); 15 my $g = gmtime; 16 isa_ok($g, 'Time::Piece', 'current gmtime'); 22 $g = Time::Piece::gmtime; 23 isa_ok($g, 'Time::Piece', 'fully qualified gmtime'); 41 #via clone with gmtime 43 isa_ok($g, 'Time::Piece', 'custom gmtime via clone');
|
| D | 10overload.t | 9 my $t = Time::Piece->gmtime(315532800); # 00:00:00 1/1/1980 11 is $t->cdate, 'Tue Jan 1 00:00:00 1980', 'got expected gmtime with int secs'; 13 $t = Time::Piece->gmtime(Math::BigInt->new('315532800')); # 00:00:00 1/1/1980
|
| D | 06large.t | 14 my $t = gmtime; 28 $t = gmtime;
|
| D | 09locales.t | 9 my $t = gmtime(1373371631); # 2013-07-09T12:07:11 75 my $t = gmtime($time); 82 skip "gmtime strptime parse failed", 3 if $@;
|
| D | 08truncate.t | 8 my $t = gmtime($epoch); # 2013-07-09T12:07:11 39 $exp = gmtime ($exp)->add_months(-6);
|
| D | 04mjd.t | 24 my $tp = gmtime( $time );
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_ctime.h | 60 #undef gmtime 76 using ::gmtime;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_ctime.h | 60 #undef gmtime 76 using ::gmtime;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | time.h | 42 #undef gmtime 56 using std::gmtime;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | time.h | 42 #undef gmtime 56 using std::gmtime;
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | README.y2038 | 52 Configure probes for the maximum and minimum values that gmtime () and 63 gmtime () boundaries: 81 gmtime max 67768036191676800 83 gmtime min -67768040609740800
|
| D | timecheck2.c | 108 check_date_max(gmtime, "gmtime"); in main() 110 check_date_min(gmtime, "gmtime"); in main()
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | vmsish.t | 131 gmtime(0); # Force reset of tz offset 152 @vmsgmtime = gmtime($vmstime); 157 @utcgmtime = gmtime($vmstime);
|
| /openbsd/src/usr.sbin/dhcpd/ |
| D | db.c | 85 gmtime(&lease->starts)); in write_lease() 90 gmtime(&lease->ends)); in write_lease()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ctime | 39 tm* gmtime(const time_t* timer); 78 using ::gmtime _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Local/t/ |
| D | Local.t | 40 my $large_epoch_ok = eval { ( ( gmtime 2**40 )[5] || 0 ) == 34912 }; 145 my @gt = gmtime($time); 527 my @gt = ( gmtime($epoch) )[ 0 .. 5 ];
|
| /openbsd/src/usr.bin/last/ |
| D | last.c | 376 asctime(gmtime(&delta))+11); in wtmp() 381 asctime(gmtime(&delta))+11); in wtmp() 402 asctime(gmtime(&total))+11); in wtmp() 406 asctime(gmtime(&total))+11); in wtmp()
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | etcetera | 20 # The following zone is used by tzcode functions like gmtime, 24 # Functions like gmtime load the "GMT" file to handle leap seconds properly. 33 # where functions like gmtime load "GMT" instead of the "Etc/UTC".
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | vms.h | 14 #define gmtime localtime macro
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | gmt2local.c | 53 *gmt = *gmtime(&t); in gmt2local()
|
| /openbsd/src/lib/libc/hidden/ |
| D | time.h | 37 PROTO_NORMAL(gmtime);
|
| /openbsd/src/usr.bin/dig/lib/dns/ |
| D | dns_time.c | 38 tm = gmtime(&t); in dns_time64_totext()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| D | Piece.xs | 757 mytm = *gmtime(&t); in _strptime() 962 mytm = *gmtime(&epoch); 1065 mytm = *gmtime(&t); 1084 if(ix) mytm = *gmtime(&sec); 1116 struct tm mytm = *gmtime(&t);
|
123456