| /external/cldr/docs/site/development/development-process/design-proposals/ |
| D | new-time-zone-patterns.md | 12 | | 5 | -08:00 | Time Zone - ISO8601 time zone format. For more information about timezone formats,… 30 However, JDK supports ISO8601 style format using letter 'X'. JDK also introduced letter 'I' for dir… 36 The pattern letter 'X' was added in JDK 7 for supporting ISO8601 style time zone format. In JDK 7, … 41 In the current LDML specification, ISO8601 style format is specified by pattern "ZZZZZ" (5 'Z's), b… 48 *Note: ISO8601 specification does not support seconds field in local time offset.* 54 …uch format is highly discouraged when a zone has non-zero minutes field. ISO8601 specification als… 55 …-00:00. Use of negative sign for offset equivalent to UTC (-00/-0000/-00:00) is illegal in ISO8601. 57 …tion. JSR-310 seems to extend pattern letter Z to support format without ISO8601 UTC indicator "Z". 59 In ISO8601 specification, "Z" is specifically defined for UTC of day. "+00"/"+0000"/"+00:00" is a v… 67 …able length ISO8601 'difference between local time and UTC - basic format' including hours field a… [all …]
|
| /external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
| D | clock_functions.h | 58 base::StatusOr<std::string> iso8601 = tracker->ToAbsTime(ts); in Run() local 59 if (!iso8601.ok()) { in Run() 66 static_cast<char*>(malloc(iso8601->size() + 1))); in Run() 67 memcpy(s.get(), iso8601->c_str(), iso8601->size() + 1); in Run()
|
| /external/gturri-aXMLRPC/src/test/java/de/timroes/axmlrpc/serializer/ |
| D | TestResponseParser.java | 59 …setMockWithXmlRpcContent("<value><dateTime.iso8601>2018-03-06T06:21:20Z</dateTime.iso8601></value>… in canParseDateTime() 62 setMockWithXmlRpcContent("<value><dateTime.iso8601/></value>"); in canParseDateTime() 66 setMockWithXmlRpcContent("<value><dateTime.iso8601/></value>"); in canParseDateTime()
|
| D | TestSerializers.java | 47 assertExpectedSerialized("<dateTime.iso8601>19850503T122334</dateTime.iso8601>", in canSerializeDate()
|
| D | TestDateTimeSerializer.java | 126 String expectedSerialization = "\n<dateTime.iso8601>19811231T23:58:59</dateTime.iso8601>\n"; in canDoCustomDatetimeSerialization()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
| D | TimestampTagTest.java | 34 getText("valid iso8601: 2001-12-14t21:59:43.10-05:00", "valid iso8601")); in testTimestamp() 37 getText("valid iso8601: 2001-12-14t21:59:43.10-0:30", "valid iso8601")); in testTimestamp() 40 getText("valid iso8601: 2001-12-14t21:59:43.10+2:00", "valid iso8601")); in testTimestamp()
|
| /external/json-schema-validator/src/test/suite/tests/draft7/optional/format/ |
| D | date.json | 222 "description": "ISO8601 / non-RFC3339: YYYYMMDD without dashes (2023-03-28)", 227 … "description": "ISO8601 / non-RFC3339: week number implicit day of week (2023-01-02)", 232 "description": "ISO8601 / non-RFC3339: week number with day of week (2023-03-28)", 237 … "description": "ISO8601 / non-RFC3339: week number rollover to next year (2023-01-01)",
|
| /external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/format/ |
| D | date.json | 225 "description": "ISO8601 / non-RFC3339: YYYYMMDD without dashes (2023-03-28)", 230 … "description": "ISO8601 / non-RFC3339: week number implicit day of week (2023-01-02)", 235 "description": "ISO8601 / non-RFC3339: week number with day of week (2023-03-28)", 240 … "description": "ISO8601 / non-RFC3339: week number rollover to next year (2023-01-01)",
|
| /external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/format/ |
| D | date.json | 225 "description": "ISO8601 / non-RFC3339: YYYYMMDD without dashes (2023-03-28)", 230 … "description": "ISO8601 / non-RFC3339: week number implicit day of week (2023-01-02)", 235 "description": "ISO8601 / non-RFC3339: week number with day of week (2023-03-28)", 240 … "description": "ISO8601 / non-RFC3339: week number rollover to next year (2023-01-01)",
|
| /external/json-schema-validator/src/test/suite/tests/draft-next/optional/format/ |
| D | date.json | 225 "description": "ISO8601 / non-RFC3339: YYYYMMDD without dashes (2023-03-28)", 230 … "description": "ISO8601 / non-RFC3339: week number implicit day of week (2023-01-02)", 235 "description": "ISO8601 / non-RFC3339: week number with day of week (2023-03-28)", 240 … "description": "ISO8601 / non-RFC3339: week number rollover to next year (2023-01-01)",
|
| /external/icu/libicu/cts_headers/ |
| D | iso8601cal.h | 17 * Concrete class which provides the ISO8601 calendar. 23 * The ISO8601 calendar is identical to the Gregorian calendar in all respects 86 * return the calendar type, "iso8601".
|
| /external/icu/icu4c/source/i18n/ |
| D | iso8601cal.h | 17 * Concrete class which provides the ISO8601 calendar. 23 * The ISO8601 calendar is identical to the Gregorian calendar in all respects 86 * return the calendar type, "iso8601".
|
| D | iso8601cal.cpp | 20 // Do not set first day of week for iso8601 to Monday if we have fw or rg keywords in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 return "iso8601"; in getType()
|
| /external/cronet/tot/third_party/icu/source/i18n/ |
| D | iso8601cal.h | 17 * Concrete class which provides the ISO8601 calendar. 23 * The ISO8601 calendar is identical to the Gregorian calendar in all respects 86 * return the calendar type, "iso8601".
|
| D | iso8601cal.cpp | 19 // Do not set first day of week for iso8601 to Monday if we have fw keyword in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 38 return "iso8601"; in getType()
|
| /external/cronet/stable/third_party/icu/source/i18n/ |
| D | iso8601cal.h | 17 * Concrete class which provides the ISO8601 calendar. 23 * The ISO8601 calendar is identical to the Gregorian calendar in all respects 86 * return the calendar type, "iso8601".
|
| D | iso8601cal.cpp | 19 // Do not set first day of week for iso8601 to Monday if we have fw keyword in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 38 return "iso8601"; in getType()
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| D | CalType.java | 12 ISO8601("iso8601"), enumConstant
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | CalType.java | 14 ISO8601("iso8601"), enumConstant
|
| /external/python/python-api-core/google/api_core/ |
| D | datetime_helpers.py | 92 """Convert a ISO8601 date string to a date. 95 value (str): The ISO8601 date string. 104 """Convert a zoneless ISO8601 time string to a time. 107 value (str): The ISO8601 time string.
|
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/traits/ |
| D | TimestampFormatTrait.java | 23 …termine the default format to use based on the location (i.e. for JSON protocol headers are ISO8601 79 case "iso8601": in fromString()
|
| /external/cronet/tot/third_party/icu/source/i18n/unicode/ |
| D | smpdtfmt.h | 481 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. 495 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields. 496 * The ISO8601 UTC indicator "Z" is used when local time offset is 0. 561 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field. 562 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 568 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields. 569 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 575 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields. 576 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 583 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. [all …]
|
| /external/cronet/stable/third_party/icu/source/i18n/unicode/ |
| D | smpdtfmt.h | 481 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. 495 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields. 496 * The ISO8601 UTC indicator "Z" is used when local time offset is 0. 561 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field. 562 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 568 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields. 569 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 575 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields. 576 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td> 583 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. [all …]
|
| /external/rust/android-crates-io/crates/icu_locale_core/src/preferences/extensions/unicode/keywords/ |
| D | calendar.rs | 62 ("iso8601" => Iso8601),
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/ |
| D | IBMCalendarTest.java | 232 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-sun-rg-mvzzzz-sd-usca", Calendar.SUNDAY); in TestFirstDayOfWeek() 233 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-mon-rg-mvzzzz-sd-usca", Calendar.MONDAY); in TestFirstDayOfWeek() 234 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-tue-rg-mvzzzz-sd-usca", Calendar.TUESDAY); in TestFirstDayOfWeek() 235 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-wed-rg-mvzzzz-sd-usca", Calendar.WEDNESDAY); in TestFirstDayOfWeek() 236 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-thu-rg-mvzzzz-sd-usca", Calendar.THURSDAY); in TestFirstDayOfWeek() 237 verifyFirstDayOfWeek("en-AE-u-ca-iso8601-fw-fri-rg-aezzzz-sd-usca", Calendar.FRIDAY); in TestFirstDayOfWeek() 238 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-fw-sat-rg-mvzzzz-sd-usca", Calendar.SATURDAY); in TestFirstDayOfWeek() 241 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-rg-mvzzzz-sd-usca", Calendar.FRIDAY); in TestFirstDayOfWeek() 242 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-rg-aezzzz-sd-usca", Calendar.MONDAY); in TestFirstDayOfWeek() 243 verifyFirstDayOfWeek("en-MV-u-ca-iso8601-rg-uszzzz-sd-usca", Calendar.SUNDAY); in TestFirstDayOfWeek() [all …]
|