-
In order to be ISO 8601 complete, must have support to parse time intervals.
From section 4.4.1:
```text
A time interval shall be expressed in one of the following ways:
a) by a start and an end…
-
As discussed in https://discourse.julialang.org/t/posix-month/58572, Unix, Posix, Python, and R agree that U and u mean week, not month. In Julia's [Dates](https://docs.julialang.org/en/v1/stdlib/Date…
-
#### Code Sample, a copy-pastable example if possible
```
>>> import pandas as pd
>>> mydf = pd.DataFrame.from_dict(dict(dt=[pd.Timestamp('2000-01-01'),pd.Timestamp('2000-01-01 00:00:00.000000001…
-
Apparently doing a simple HTTP request for `api.patreon.com` yields a complete list of endpoints.
Huh.
Also, apparently patreon is powered by python: `(400, 'invalid-parameters', )` (`_ast.Str` is …
-
Pending #528, we will likely require time zones to be fully resolved into GMT offsets and metazones. However, the reality is that people will want to hand ICU4X a timestamp, and get a localized res…
-
The date format is DD/MM/YYYY, which threw me off. If I submitted a PR changing it to "Jan 25, 2020" format, would that be welcome?
-
The API documentation for fields that represent a date/time just say the type is "String (ISO 8601 Datetime)" (e.g., https://docs.joinmastodon.org/entities/Marker/#updated_at).
That's ambiguous, as…
-
##### Description
Right now, when parsing a datetime (date-time in swagger), Python uses dateutil.parser.parse. This has led to some weirdness in a subset of our environments where the timezone wil…
-
I've used this method for my program
`moment.utc(value, [pattern1, pattern2, moment.ISO_8601], true)`
but after I've imported moment-jalaali it doesn't work at all and return undefined.
I can't un…
-
Psych serializes Date values with `to_s`, and just assumes that `to_s` generates ISO-8601 format dates. This is a little presumptuous of Psych, in my opinion, given that ActiveSupport in Rails overrid…