Home
last modified time | relevance | path

Searched +full:not +full:- +full:date (Results 1 – 25 of 1807) sorted by relevance

12345678910>>...73

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
H A DDateUtils.java6 * (the "License"); you may not use this file except in compliance with
9 * http://www.apache.org/licenses/LICENSE-2.0
22 import java.util.Date;
34 * {@link java.util.Calendar} and {@link java.util.Date} object.
40 * This way date-fields will be ignored in bottom-up order.
41 * As a complement to these methods we've introduced some fragment-methods.
42 * With these methods the Date-fields will be ignored in top-down order.
43 * Since a date without a year is not a valid date, you have to decide in what
44 * kind of date-field you want your result, for instance milliseconds or days.
47 * Several methods are provided for adding to {@link Date} objects, of the form
[all …]
H A DDateFormatUtils.java6 * (the "License"); you may not use this file except in compliance with
9 * http://www.apache.org/licenses/LICENSE-2.0
20 import java.util.Date;
25 * Date and time formatting utilities and constants.
27 * <p>Formatting is performed using the thread-safe
31 * override any previously called Calendar.clear() calls. See LANG-755.</p>
34 * will assume current year as week year is not supported. See {@link java.util.GregorianCalendar}
48 * ISO 8601 formatter for date-time without time zone.
51 * The format used is {@code yyyy-MM-dd'T'HH:mm:ss}. This format uses the
58 = FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss");
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/
DZonedDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
94 // Android-changed: removed ValueBased paragraph.
96 * A date-time with a time-zone in the ISO-8601 calendar system,
97 * such as {@code 2007-12-03T10:15:30+01:00 Europe/Paris}.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DZonedDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
94 // Android-changed: removed ValueBased paragraph.
96 * A date-time with a time-zone in the ISO-8601 calendar system,
97 * such as {@code 2007-12-03T10:15:30+01:00 Europe/Paris}.
[all …]
DLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
99 // Android-changed: removed ValueBased paragraph.
101 * A date-time without a time-zone in the ISO-8601 calendar system,
102 * such as {@code 2007-12-03T10:15:30}.
[all …]
DOffsetDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
96 // Android-changed: removed ValueBased paragraph.
98 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
99 * such as {@code 2007-12-03T10:15:30+01:00}.
[all …]
DLocalDate.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
108 // Android-changed: removed ValueBased paragraph.
110 * A date without a time-zone in the ISO-8601 calendar system,
111 * such as {@code 2007-12-03}.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DZonedDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
94 // Android-changed: removed ValueBased paragraph.
96 * A date-time with a time-zone in the ISO-8601 calendar system,
97 * such as {@code 2007-12-03T10:15:30+01:00 Europe/Paris}.
[all …]
H A DLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
99 // Android-changed: removed ValueBased paragraph.
101 * A date-time without a time-zone in the ISO-8601 calendar system,
102 * such as {@code 2007-12-03T10:15:30}.
[all …]
H A DOffsetDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
96 // Android-changed: removed ValueBased paragraph.
98 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
99 * such as {@code 2007-12-03T10:15:30+01:00}.
[all …]
H A DLocalDate.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
108 // Android-changed: removed ValueBased paragraph.
110 * A date without a time-zone in the ISO-8601 calendar system,
111 * such as {@code 2007-12-03}.
[all …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DLocalDateTime.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
71 * A date-time without a time-zone in the ISO-8601 calendar system,
72 * such as {@code 2007-12-23T10:15:30}.
74 * {@code LocalDateTime} is an immutable date-time object that represents a date-time,
75 * often viewed as year-month-day-hour-minute-second. Other date and time fields,
76 * such as day-of-year, day-of-week and week-of-year, can also be accessed.
81 * This class does not store or represent a time-zone.
[all …]
H A DZonedDateTime.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
67 * A date-time with a time-zone in the ISO-8601 calendar system,
68 * such as {@code 2007-12-23T10:15:30+01:00 Europe/Paris}.
70 * {@code ZonedDateTime} is an immutable representation of a date-time with a time-zone.
71 * This class stores all date and time fields, to a precision of nanoseconds,
72 * and a time-zone, with a zone offset used to handle ambiguous local date-times.
74 * "2nd October 2007 at 13:45.30.123456789 +02:00 in the Europe/Paris time-zone"
[all …]
H A DOffsetDateTime.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
68 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
69 * such as {@code 2007-12-23T10:15:30+01:00}.
71 * {@code OffsetDateTime} is an immutable representation of a date-time with an offset.
72 * This class stores all date and time fields, to a precision of nanoseconds,
77 * on the time-line to nanosecond precision.
80 * the local date-time to be obtained.
[all …]
H A DLocalDate.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
77 * A date without a time-zone in the ISO-8601 calendar system,
78 * such as {@code 2007-12-23}.
80 * {@code LocalDate} is an immutable date-time object that represents a date,
81 * often viewed as year-month-day. Other date fields, such as day-of-year,
82 * day-of-week and week-of-year, can also be accessed.
85 * This class does not store or represent a time or time-zone.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/
DLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
99 // Android-changed: removed ValueBased paragraph.
101 * A date-time without a time-zone in the ISO-8601 calendar system,
102 * such as {@code 2007-12-03T10:15:30}.
[all …]
DOffsetDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
96 // Android-changed: removed ValueBased paragraph.
98 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
99 * such as {@code 2007-12-03T10:15:30+01:00}.
[all …]
DLocalDate.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
108 // Android-changed: removed ValueBased paragraph.
110 * A date without a time-zone in the ISO-8601 calendar system,
111 * such as {@code 2007-12-03}.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/
Dtestdst_rules.cpp16 typedef boost::gregorian::date date_type;
17 typedef boost::gregorian::date::day_type day_type;
18 typedef boost::gregorian::date::month_type month_type;
19 typedef boost::gregorian::date::year_type year_type;
20 typedef boost::date_time::partial_date<boost::gregorian::date> start_rule_functor;
21 typedef boost::date_time::partial_date<boost::gregorian::date> end_rule_functor;
53 date d(2002,Feb,1); in main()
58 typedef boost::date_time::us_dst_rules<date, time_duration, 120, 60> us_dst_local; in main()
59 date dst_start(2002,Apr, 7); in main()
60 date dst_end(2002,Oct, 27); in main()
[all …]
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2 .. date: 7759
4 .. release date: 2009-12-05
13 .. date: 7758
24 .. date: 7757
34 .. date: 7756
39 1e-100 used to raise OverflowError, but now gives the requested 120
45 .. date: 7755
46 .. nonce: Z3-djS
54 .. date: 7754
63 .. date: 7753
[all …]
D2.6a1.rst2 .. date: 6793
4 .. release date: 29-Feb-2008
13 .. date: 6792
22 .. date: 6791
31 .. date: 6790
41 .. date: 6789
55 .. date: 6788
69 .. date: 6787
81 .. date: 6786
91 .. date: 6785
[all …]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-19
8 not been performed yet.
13 .. date: 2017-08-23-17-02-55
17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz.
22 .. date: 2017-08-16-16-35-59
32 .. date: 0347
43 .. date: 0344
49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/chrono/
DChronoLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
92 * A date-time without a time-zone in an arbitrary chronology, intended
96 * as {@link LocalDateTime}, not this interface.</b>
98 * A {@code ChronoLocalDateTime} is the abstract representation of a local date-time
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/chrono/
H A DChronoLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
92 * A date-time without a time-zone in an arbitrary chronology, intended
96 * as {@link LocalDateTime}, not this interface.</b>
98 * A {@code ChronoLocalDateTime} is the abstract representation of a local date-time
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/chrono/
DChronoLocalDateTime.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
46 * * Neither the name of JSR-310 nor the names of its contributors
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
55 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
92 * A date-time without a time-zone in an arbitrary chronology, intended
96 * as {@link LocalDateTime}, not this interface.</b>
98 * A {@code ChronoLocalDateTime} is the abstract representation of a local date-time
[all …]

12345678910>>...73