-
Hello,
I would like to know if it is possible to parse `iso8601` duration time format? I've tried to parse `"P0Y0M0DT0H5M52.352S" or "P0Y0M0DT0H0M14.976S"` without success.
Regards,
Maxim
-
See https://en.wikipedia.org/wiki/ISO_8601#Durations
This seems like a relatively easy thing to implement. There are some edge cases to consider (it allows a fractional component for the smallest t…
-
[ISO8601](https://www.iso.org/iso-8601-date-and-time-format.html) defines a duration format. Add `to_iso8601` to convert `Cldr.Calendar.Duration.t` to this format. And `from_iso8601/1` to do the rever…
-
Your ISO8601 class has several members that supposedly represent parsing and formatting of "intervals", but that is not really true. The support in that class is properly called a duration (see https:…
-
### Description
I'm increasingly encountering APIs that return data using ISO8601 durations (https://en.wikipedia.org/wiki/ISO_8601#Durations).
i.e. 15 Minutes is `PT15M`
In particular, all our…
-
When the `chrono-duration` feature is enabled cargo report complains that
```
cargo build --future-incompat-report
```
```
Finished dev [unoptimized + debuginfo] target(s) in 0.09s
…
-
### Describe the bug
Encoding ISO8601 duration to seconds or any other numeric value can be problematic when the duration includes non-zero values for days, weeks, months, or years without additional…
-
### Background and motivation
Currently I am integrating with a JSON REST API which returns its time spans formatted as [ISO8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations). Parsin…
-
## Description
Maindiant connector can't import data due to key error
## Environment
1. OS (where OpenCTI server runs): Docker on Ubuntu 22.04
2. OpenCTI version:6.3.1
3. OpenCTI client: fron…
-
I would like to suggest that rather than [using a customised data-related object serialisation](https://github.com/ecmwf-lab/ecml-tools/blob/main/ecml_tools/data.py#L896) `ecml-tools` adopts the [ISO8…