Searched refs:timelocal (Results 1 – 21 of 21) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/Time/ |
| D | Local.t | 87 my $time = timelocal($sec,$min,$hour,$mday,$mon,$year_in); 128 ok(timelocal(0,0,1,1,0,90) - timelocal(0,0,0,1,0,90), 3600, 131 ok(timelocal(1,2,3,1,0,100) - timelocal(1,2,3,31,11,99), 24 * 3600, 144 my $hour = (localtime(timelocal(0, 0, 2, 7, 3, 102)))[2]; 162 skip( 1, "No fix expected for edge case test for $_ on AIX 4.3") for qw( timegm timelocal ); 167 ok(sprintf('%x', timelocal(localtime(0x7fffffff))), sprintf('%x', 0x7fffffff), 182 my $time = timelocal(0, 30, 2, 28, 9, 101); 191 $time = timelocal(0, 30, 1, 28, 9, 101); 195 $time = timelocal(0, 30, 2, 1, 3, 101); 205 $time = timelocal(0, 30, 2, 25, 2, 101); [all …]
|
| D | Local.pm | 62 $SecOff = timelocal(localtime(0)) - timelocal(gmtime(0)); 156 sub timelocal { subroutine 199 &timelocal;
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | p4genpatch | 150 Time::Local::timelocal(localtime) - Time::Local::timelocal(gmtime)
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | timelocal.pl | 18 *timelocal::cheat = \&Time::Local::cheat;
|
| /mirbsd/src/lib/libc/time/ |
| D | Makefile.inc | 15 ctime.3 timelocal.3 ctime.3 timegm.3
|
| D | localtime.c | 1677 timelocal(tmp) in timelocal() function
|
| /mirbsd/src/include/ |
| D | time.h | 115 time_t timelocal(struct tm *);
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | mmuegel | 303 require 'timelocal.pl'; 467 sub maketime { ((shift @_) eq 'GMT') ? &main'timegm(@_) : &main'timelocal(@_); }
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq4.pod | 410 localtime( timelocal( 0, 0, 0, 18, 11, 1987 ) ); 449 you can split it up and pass the parts to C<timelocal> in the standard
|
| D | perl58delta.pod | 1435 Time::Local::timelocal() does not handle fractional seconds anymore. 1436 The rationale is that neither does localtime(), and timelocal() and
|
| D | perl56delta.pod | 1226 The timelocal() and timegm() functions used to silently return bogus
|
| D | perl561delta.pod | 1824 The timelocal() and timegm() functions used to silently return bogus
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.5 | 1657 Disable the edge case tests for timegm and timelocal on
|
| D | Changes5.004 | 1012 Title: "for failure with lib/timelocal" 1016 Files: t/lib/timelocal.t 1152 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)" 2899 Title: "lib/timelocal.t fails test 1 for VMS 7.1" 10912 Title: "minimal timelocal.pl for _09" 11066 lib/Math/Complex.pm lib/Time/Local.pm lib/timelocal.pl 11829 selectsaver.t symbol.t texttabs.t textwrap.t timelocal.t 13802 Index: t/lib/timelocal.t
|
| D | Changes5.005 | 10687 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t 11726 Title: "for failure with lib/timelocal" 11730 Files: t/lib/timelocal.t 11750 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t 11875 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)" 16112 ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c 18902 + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t 18997 ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm 19281 + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
|
| D | MANIFEST | 2041 lib/timelocal.pl Perl library supporting inverse of localtime, gmtime
|
| D | Changes5.6 | 9827 Log: make timelocal work better when time is close to the epoch
|
| /mirbsd/src/distrib/lists/base/gnu/ |
| D | mi | 631 ./usr/libdata/perl5/timelocal.pl
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | NEWS | 2131 timelocal() with call to maketime().
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 5479 ./man3/timelocal.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 7257 ./usr/share/man/cat3/timelocal.0
|