-
I'm missing some types and would like to get some feedback if they might be implemented in the spec.
- bool: Simple boolean values. Either true or false. Together with required, the client would ei…
-
We received a recommendation from a member of the Mozilla community that we should mandate ISO 8601 format dates in incident reports. For example, some CAs will state in their incident report that the…
-
Sorry: had to edit this a lot as I had the wrong cause orginally.
The ParseIso method gets the wrong date if there is no : between the hours and minutes in the timezone
e.g. ```ParseIso("2024-03…
-
Support for additional types and/or formats has been requested several times (hn/reddit/issues):
- NaN, Infinity, -Infinity for number type, #27, #54
- Hexadecimal numbers, #36
- Date type (ISO_8601?,…
-
What is the general strategy for parsing timestamps that a user entered in localized format (non ISO 8601)?
F.e. in a German locale a user may enter '22.01.2022 13:45:00'.
Assuming the software …
-
### Which version of the AzCopy was used?
10.26.0
### Which platform are you using? (ex: Windows, Mac, Linux)
Linux
### What command did you run?
```
# In an ACI container with an associate…
-
Having a header only include for date ontop of c++11... sounds like just what I need. but...
By far the most common format associated with ISO 8601 are strings in the form
YYYY-MM-DDThh:mm:ssZ…
-
**The problem/use-case that the feature addresses**
The redis logs include datetime / timestamps in local timezone like the one below:
```
26838:C 27 Oct 2024 02:30:00.000 * oO0OoO0OoO0Oo Redis i…
-
## 规约原文
10:13
> 13.【推荐】前后端的时间格式统一为"yyyy-MM-dd HH:mm:ss",统一为GMT。
## 问题描述
1. 如果不是针对格林尼治时区而只是针对零时区,这里最好写 UTC 而非 GMT
2. 现实中存在更加健壮简单的标准,[RFC3339](https://datatracker.ietf.org/doc/html/rfc3339),或者更全面…
-
It would be useful to have the functionality in Dates for parsing periods.
E.g. getting an anser like
```julia
julia>parse(Dates.CompondPeriod, "00:15:00", periodformat"HH:MM:SS")
15 minutes
``…