Searched full:datetime (Results 1 – 25 of 43) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/t/ |
| D | 99legacy.t | 19 isnt( $t1->datetime, $timestring, 'LEGACY: parse string months fail' ); 21 is( $t2->datetime, $timestring, 'LEGACY: parse array' ); 23 is( $t2->datetime, $timestring, 'LEGACY: parse with no args dies' ); 25 is( $t2->datetime, $timestring, 'LEGACY: parse as non-method dies' );
|
| D | 02core.t | 42 cmp_ok($t->datetime, 'eq','2000-02-29T12:34:56'); 175 $t->datetime(date => '/', T => ' ', time => '-'),
|
| D | 02core_dst.t | 54 cmp_ok($t->datetime, 'eq','2013-07-09T12:07:11');
|
| /openbsd/src/gnu/llvm/llvm/utils/Reviewing/ |
| D | find_interesting_reviews.py | 15 from datetime import datetime, timedelta 92 datetime.fromtimestamp(self.most_recent_info) 225 oldest_info_to_fetch = datetime.fromtimestamp(most_recent_info) - \ 232 datetime.fromtimestamp(most_recent_info))) 234 and datetime.fromtimestamp(oldest_info) > oldest_info_to_fetch): 237 datetime.fromtimestamp(cache.oldest_info) > oldest_info_to_fetch) 241 datetime.fromtimestamp(cache.oldest_info) 258 datetime.fromtimestamp(most_recent_info))) 295 id, datetime.fromtimestamp(dateModified), len(phabDiffs))) 346 datetime.fromtimestamp(cache.most_recent_info) [all …]
|
| /openbsd/src/gnu/llvm/lld/utils/ |
| D | benchmark.py | 14 import datetime 118 start = datetime.datetime.utcnow().isoformat() 120 end = datetime.datetime.utcnow().isoformat()
|
| /openbsd/src/gnu/llvm/clang/utils/CIndex/ |
| D | completion_logger_server.py | 6 import datetime 34 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| D | test_assertions.py | 1 import datetime 54 first = datetime.datetime.now() 55 second = first + datetime.timedelta(seconds=10) 57 delta=datetime.timedelta(seconds=20)) 59 delta=datetime.timedelta(seconds=5))
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/ |
| D | 284247103-META.yml | 23 DateTime: 0 24 DateTime::Format::Pg: 0.08
|
| D | 1985980974-META.yml | 14 DateTime: "\"\""
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | generate_formatted_state.py | 8 from datetime import datetime 84 today = datetime.now().strftime("%B %d, %Y %H:%M:%S")
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | reports.py | 2 import datetime 163 'start_time': datetime.datetime.fromtimestamp(start_time).isoformat() + 'Z',
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | disasm-stress-test.py | 4 import datetime 218 print(str(datetime.timedelta(seconds=remaining_time)))
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/ |
| D | MyOverload.pm | 16 # For example, DateTime objects.
|
| /openbsd/src/gnu/usr.bin/perl/dist/encoding-warnings/t/ |
| D | 2-fatal.t | 3 # $Revision: #4 $ $Change: 1626 $ $DateTime: 2004-03-14T16:53:19.351256Z $
|
| D | 1-warning.t | 3 # $Revision: #5 $ $Change: 6145 $ $DateTime: 2004-07-16T03:49:06.717424Z $
|
| /openbsd/src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| D | NSDate.py | 16 import datetime 30 osx_epoch = datetime.date(2001, 1, 1).timetuple()
|
| D | metrics.py | 10 import datetime
|
| /openbsd/src/gnu/usr.bin/perl/t/porting/ |
| D | known_pod_issues.dat | 92 DateTime 93 DateTime::Format::CLDR
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlfaq4.pod | 527 L<Date::Calc>, or L<DateTime> modules can help you. 557 You can also do the same things with the L<DateTime> module: 559 $ perl -MDateTime -le'print DateTime->today->jd' 561 $ perl -MDateTime -le'print DateTime->today->mjd' 563 $ perl -MDateTime -le'print DateTime->today->doy' 575 X<date> X<yesterday> X<DateTime> X<Date::Calc> X<Time::Local> 582 work with calendars instead of times. The L<DateTime> module makes it 586 use DateTime; 588 my $yesterday = DateTime->now->subtract( days => 1 );
|
| /openbsd/src/gnu/llvm/lld/docs/ |
| D | conf.py | 14 from datetime import date
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/ |
| D | conf.py | 15 from datetime import date
|
| /openbsd/src/gnu/llvm/libcxx/docs/ |
| D | conf.py | 14 from datetime import date
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | conf.py | 16 from datetime import date
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | conf.py | 15 from datetime import date
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| D | Piece.pm | 378 sub datetime { subroutine 949 $t->datetime # 2000-02-29T12:34:56 (ISO 8601) 1159 of those are options, use the L<DateTime> module which has support for years
|
12