Searched refs:datetime (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D004_locale_defaults.t49 my $datetime = $object->parse_datetime($data);
51 unless ($datetime) {
57 is( $datetime->year, 1998, $locale . ' : ' . $pattern . ' : year' );
58 is( $datetime->month, 12, $locale . ' : ' . $pattern . ' : month' );
59 is( $datetime->day, 31, $locale . ' : ' . $pattern . ' : day' );
62 is( $datetime->hour, 13, $locale . ' : ' . $pattern . ' : hour' );
63 is( $datetime->minute, 34, $locale . ' : ' . $pattern . ' : minute' );
64 is( $datetime->second, 56, $locale . ' : ' . $pattern . ' : second' );
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.54/t/
H A D004_locale_defaults.t49 my $datetime = $object->parse_datetime($data);
51 unless ($datetime) {
57 is( $datetime->year, 1998, $locale . ' : ' . $pattern . ' : year' );
58 is( $datetime->month, 12, $locale . ' : ' . $pattern . ' : month' );
59 is( $datetime->day, 31, $locale . ' : ' . $pattern . ' : day' );
62 is( $datetime->hour, 13, $locale . ' : ' . $pattern . ' : hour' );
63 is( $datetime->minute, 34, $locale . ' : ' . $pattern . ' : minute' );
64 is( $datetime->second, 56, $locale . ' : ' . $pattern . ' : second' );
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_nsdate_proxy.py3 import datetime
6 # Test for proxied datetime.date and datetime.datetime objects,
15 date = datetime.date.today()
30 date = datetime.datetime.now()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_nsdate_proxy.py3 import datetime
6 # Test for proxied datetime.date and datetime.datetime objects,
15 date = datetime.date.today()
30 date = datetime.datetime.now()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_nsdate_proxy.py3 import datetime
6 # Test for proxied datetime.date and datetime.datetime objects,
15 date = datetime.date.today()
30 date = datetime.datetime.now()
/macosx-10.10.1/PowerManagement-494.1.2/BATS/
H A Diopmruntests.py6 from datetime import datetime
35 print "Running: %s at %s"%(myPyName, str(datetime.now().strftime(DATE_FORMAT)))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DConversion.py16 import datetime
26 datetime.date, datetime.datetime, bool, memoryview, type(None),
29 datetime.date, datetime.datetime, bool, buffer, type(None),
72 decimal.Decimal and datetime.datetime objects are not transparently
151 elif isinstance(aPyCollection, (datetime
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py16 import datetime
25 datetime.date, datetime.datetime, bool, buffer, type(None),
67 decimal.Decimal and datetime.datetime objects are not transparently
130 elif isinstance(aPyCollection, (datetime.datetime, datetime.date)):
170 return datetime
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py16 import datetime
25 datetime.date, datetime.datetime, bool, buffer, type(None),
67 decimal.Decimal and datetime.datetime objects are not transparently
130 elif isinstance(aPyCollection, (datetime.datetime, datetime.date)):
170 return datetime
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm37 or die "Invalid W3CDTF datetime string ($date)";
140 DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
155 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
173 Given a W3CDTF datetime string, this method will return a new
178 =item * format_datetime($datetime)
180 Given a C<DateTime> object, this methods returns a W3CDTF datetime
187 =item * format_date($datetime)
189 Given a C<DateTime> object, return a W3CDTF datetime string without the time component.
195 Support for this module is provided via the datetime@perl.org email
196 list. See http://datetime
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DTivoli.pm29 print "$date => ", $dt->datetime, " => ", $parser->format_datetime( $dt ), "\n";
H A DApache.pm51 print "$date => ", $dt->datetime, " => ", $parser->format_datetime( $dt ), "\n";
H A DW3CDTF.pm127 DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
142 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
156 Given a W3CDTF datetime string, this method will return a new
161 =item * format_datetime($datetime)
163 Given a C<DateTime> object, this methods returns a W3CDTF datetime
170 Support for this module is provided via the datetime@perl.org email
190 datetime@perl.org mailing list
192 http://datetime.perl.org/
H A DFall.pm27 print DateTime::Format::Fall->parse_datetime($_)->datetime, "\n";
H A DMySQL.pm143 =item * format_date($datetime)
145 =item * format_time($datetime)
147 =item * format_datetime($datetime)
156 Support for this module is provided via the datetime@perl.org email
174 datetime@perl.org mailing list
176 http://datetime.perl.org/
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DTivoli.pm27 print "$date => ", $dt->datetime, " => ", $parser->format_datetime($dt),
H A DApache.pm49 print "$date => ", $dt->datetime, " => ", $parser->format_datetime($dt),
H A DW3CDTF.pm123 DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
138 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
152 Given a W3CDTF datetime string, this method will return a new
157 =item * format_datetime($datetime)
159 Given a C<DateTime> object, this methods returns a W3CDTF datetime
166 Support for this module is provided via the datetime@perl.org email
186 datetime@perl.org mailing list
188 http://datetime.perl.org/
H A DFall.pm35 print DateTime::Format::Fall->parse_datetime($_)->datetime, "\n";
H A DMySQL.pm145 =item * format_date($datetime)
147 =item * format_time($datetime)
149 =item * format_datetime($datetime)
158 Support for this module is provided via the datetime@perl.org email
176 datetime@perl.org mailing list
178 http://datetime.perl.org/
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgenerate.py37 import datetime
49 datetime.datetime.now().isoformat() +
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/date/
H A DMakefile.am10 datetime.1.out datetime.1.xml datetime.1.xsl \
11 datetime.2.out datetime.2.xml datetime.2.xsl \
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/t/
H A Dquick.t38 ->datetime
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm93 Support for this module is provided via the datetime@perl.org email
99 bug-datetime-format-builder@rt.cpan.org
122 C<datetime@perl.org> mailing list.
124 http://datetime.perl.org/
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm103 C<datetime@perl.org> mailing list.
105 http://datetime.perl.org/

Completed in 291 milliseconds

1234