Home
last modified time | relevance | path

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

12345678910>>...50

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
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 …]
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 …]
/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 …]
/external/threetenbp/src/main/java/org/threeten/bp/
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 …]
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 …]
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 …]
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 …]
/external/threetenbp/src/test/java/org/threeten/bp/chrono/
DTestChronoLocalDate.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,
62 * Test assertions that must be true for all built-in chronologies.
66 //-----------------------------------------------------------------------
68 //-----------------------------------------------------------------------
82 ChronoLocalDate date = chrono.date(refDate); in test_badWithAdjusterChrono() local
85 ChronoLocalDate date2 = chrono2.date(refDate); in test_badWithAdjusterChrono()
89 date.with(adjuster); in test_badWithAdjusterChrono()
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst2 .. date: 9892
4 .. release date: 2017-03-04
13 .. date: 9891
14 .. nonce: G5iS-P
22 .. date: 9890
27 TypeError when kwargs is not a dict. But it might cause segv when args=NULL
28 and kwargs is not a dict.
33 .. date: 9889
43 .. date: 9888
53 .. date: 9887
[all …]
D3.5.3rc1.rst1 .. release date: 2017-01-02
3 .. date: 9755
15 .. date: 9753
25 .. date: 9898
34 .. date: 9897
38 Do not include <sys/random.h> if it does not exist.
43 .. date: 9896
47 Fix a memory leak in split-table dictionaries: setattr() must not convert
53 .. date: 9895
63 .. date: 9894
[all …]
D3.11.4.rst1 .. date: 2023-06-01-03-24-58
2 .. gh-issue: 103142
4 .. release date: 2023-06-06
12 .. date: 2023-05-02-17-56-32
13 .. gh-issue: 99889
22 .. date: 2023-05-01-15-03-25
23 .. gh-issue: 104049
27 Do not expose the local on-disk location in directory indexes produced by
32 .. date: 2023-03-07-20-59-17
33 .. gh-issue: 102153
[all …]
D3.10.0a4.rst2 .. date: 2021-01-03-04-41-25
4 .. release date: 2021-01-04
12 .. date: 2021-01-03-00-20-38
16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by
22 .. date: 2020-12-31-20-58-22
32 .. date: 2020-12-27-18-07-43
43 .. date: 2020-12-25-23-30-58
47 Make the type attribute lookup cache per-interpreter. Patch by Victor
53 .. date: 2020-12-22-20-30-11
57 Jumps to jumps are not eliminated when it would break PEP 626.
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst2 .. date: 9701
4 .. release date: 2015-11-21
8 buffer objects. These objects are not necessarily terminated by a null
14 .. date: 9700
24 .. date: 9699
29 types with not defined __new__.
34 .. date: 9698
38 format(int, 'c') now raises OverflowError when the argument is not in
44 .. date: 9697
48 Prevent builtin types that are not allowed to be subclassed from being
[all …]
D2.6b3.rst2 .. date: 7111
4 .. release date: 20-Aug-2008
7 Remove Py_TPFLAGS_HAVE_VERSION_TAG from Py_TPFLAGS_DEFAULT when not building
8 the core. This means 3rd party extensions do not automatically benefit from
17 .. date: 7110
27 .. date: 7109
37 .. date: 7108
41 Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to
47 .. date: 7107
57 .. date: 7106
[all …]
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.7.6rc1.rst2 .. date: 9182
4 .. release date: 2013-10-26
8 and not removed by the linker's optimizer.
13 .. date: 9181
17 UTF-7 decoder no more produces illegal unicode strings.
22 .. date: 9180
32 .. date: 9179
36 Fix a crash in the "replace" error handler on 64-bit platforms. Patch by
42 .. date: 9178
43 .. nonce: meZHE-
[all …]
/external/threetenbp/src/main/java/org/threeten/bp/chrono/
DChronoZonedDateTime.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,
63 * A date-time with a time-zone in an arbitrary chronology,
67 * as {@link ZonedDateTime}, not this interface.</b>
69 * A {@code ChronoZonedDateTime} is the abstract representation of an offset date-time
71 * The date-time is defined in terms of fields expressed by {@link TemporalField},
86 * All implementations that can be instantiated must be final, immutable and thread-safe.
92 * @param <D> the date type
[all …]
DChronoLocalDateTime.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,
62 * A date-time without a time-zone in an arbitrary chronology, intended
66 * as {@link LocalDateTime}, not this interface.</b>
68 * A {@code ChronoLocalDateTime} is the abstract representation of a local date-time
70 * The date-time is defined in terms of fields expressed by {@link TemporalField},
85 * All implementations that can be instantiated must be final, immutable and thread-safe.
91 * @param <D> the date type
[all …]
DChronology.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,
72 * The main date and time API is built on the ISO calendar system.
86 * As shown, although the date objects are in different calendar systems, represented by different
89 * In general, the advice is to use the known ISO-based {@code LocalDate}, rather than
93 * an era, year-of-era, month-of-year, day-of-month model of a date, this is not required.
102 * The date classes are used to manipulate specific dates.
107 * <li> {@link #date(int, int, int) date(yearProleptic, month, day)}
[all …]
DChronoDateImpl.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,
46 * A date expressed in terms of a standard year-month-day calendar system.
48 * This class is used by applications seeking to handle dates in non-ISO calendar systems.
53 * the fields and this class allows the resulting date to be manipulated.
55 * Note that not all calendar systems are suitable for use with this class.
69 * ChronoLocalDate date = chrono.dateNow();
70 * System.out.printf(" %20s: %s%n", chrono.getID(), date.toString());
[all …]
/external/python/cpython2/Demo/classes/
DDates.py1 # Class Date supplies date objects that support date arithmetic.
3 # Date(month,day,year) returns a Date object. An instance prints as,
7 # all work as expected for date objects: int+date or date+int returns
8 # the date `int' days from `date'; date+date raises an exception;
9 # date-int returns the date `int' days before `date'; date2-date1 returns
10 # an integer, the number of days from date1 to date2; int-date raises an
13 # the two dates and max(date1,date2) the later; and date objects can be
16 # Date objects support one visible method, date.weekday(). This returns
17 # the day of the week the date falls on, as a string.
19 # Date objects also have 4 read-only data attributes:
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestdate.cpp17 sdesc << "should" << (allowed ? "" : " not") << " be able to make a date in year " << yr; in test_yearlimit()
20 boost::gregorian::date chkyr(yr, 1, 1); in test_yearlimit()
34 date def; in main()
35 check("Default constructor", def == date(not_a_date_time)); in main()
39 check("constexpr not configured", true); in main()
43 constexpr date d1(1900,1,1); in main()
47 constexpr date d2 = date(2000,12,31); in main()
48 constexpr date d3(d2); in main()
57 date d1(1900,1,1); in main()
58 date d2 = date(2000,1,1); in main()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/external/icu/libicu/cts_headers/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]

12345678910>>...50