-
Use (https://pypi.python.org/pypi/iso8601)[iso8601] for isoDate.
Note though that this converts:
- `YYYY` to `YYYY-01-01`
- `YYYY-MM` to `YYYY-MM-01`
So some added testing is still needed.
-
#### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help th…
-
There is only one correct way to write datestamps. All Hail ISO8601!
Oblig. https://xkcd.com/1179/
`time.strftime("%Y-%m-%dT%H:%M:%S")`
I assume you're not dealing with timezones? If you are,…
edent updated
6 years ago
-
### What happened?
please see the screenshot, `2020-02-60` is not a reasonable date. it should output `2020-02`.
### Session Information
_No response_
### Reproducible Example
create_iso8601(c(…
-
Currently, the ISO8601 date parser, `ISO8601DateFormatter.date(from:)` parses an ISO8601 date string into a `Date`.
The parsing strategy correctly handles the timezone offset, but this information …
-
The ISO 8601:2004 section 2.3.3 defines a the basic format as values like this: "20010822T030405.321-1100".
The current *trinodb* support is only for the extended format (values like this "2001-08-…
yucer updated
3 weeks ago
-
-
The phenomenonTime, resultTime (and validTime) of Datastreams and Observations can be defined as a time interval, following ISO8601.
For our application, it would be very useful to define open inte…
-
- [x] I have updated Purchases SDK to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md)
- [x] I have searc…
-
STAPI allows singly open-ended intervals in query (e.g., `../2024-04-23T00:00:00Z` or `2024-04-23T00:00:00Z../`), but the DatetimeInterval class only validates ISO8601 datetime values. Also, the valid…