Searched full:iso8601 (Results 1 – 25 of 606) sorted by relevance
12345678910>>...25
60 base::StatusOr<std::string> iso8601 = tracker->ToAbsTime(ts); in Run() local61 if (!iso8601.ok()) { in Run()68 static_cast<char*>(malloc(iso8601->size() + 1))); in Run()69 memcpy(s.get(), iso8601->c_str(), iso8601->size() + 1); in Run()
36 getText("valid iso8601: 2001-12-14t21:59:43.10-05:00", "valid iso8601")); in testTimestamp()39 getText("valid iso8601: 2001-12-14t21:59:43.10-0:30", "valid iso8601")); in testTimestamp()42 getText("valid iso8601: 2001-12-14t21:59:43.10+2:00", "valid iso8601")); in testTimestamp()
13 import iso860160 calendar.timegm(iso8601.parse_date(now).utctimetuple()),73 current_time = calendar.timegm(iso8601.parse_date(now).utctimetuple())87 current_time = calendar.timegm(iso8601.parse_date(now).utctimetuple())125 current_time = calendar.timegm(iso8601.parse_date(ts).utctimetuple())
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.
12 ISO8601("iso8601"), enumConstant
14 ISO8601("iso8601"), enumConstant
480 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.494 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields.495 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.560 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.561 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>567 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields.568 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>574 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields.575 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>582 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.[all …]
38 # Default version is an ISO8601 compiliant datetime. PyPI doesn't allow41 # uses the "basic" ISO8601 format for both its date and time components
2 iso8601: 2001-12-14t21:59:43.10-05:00
2 valid iso8601: 2001-12-14t21:59:43.10-05:00
4 iso8601: 2001-12-14t21:59:43.10-05:00
6 log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %c{1} [%t] %p - %m%n