-
### What happened?
```R
date_val
-
From @Tyriar in https://github.com/microsoft/vscode/issues/84435
```
---
a: b
a: 2019-10-1
a: 2019-10-10
---
```
![image](https://user-images.githubusercontent.com/2193314/68552393-6707568…
-
### Description
The problem is ORM level like prisma which has DateTime type so string like 2023-09-25 is valid for class-validator but invalid for Prisma which leads to exception "Invalid value for…
-
### Description
It looks like System.Text.Json cannot deserialize from [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime string to DateOnly, which I find odd, since `DateOnly.Parse("2024-…
-
const today = moment().format('MM-DD-YYYY')
const yesterday = moment().format('MM-DD-YYYY')
moment(today).isSame(yesterday) // Chrome: true, Safari: false
const today = moment()
…
-
Certain API calls return timestamps in the following format: `YYYY-MM-DDTHH:MM:SS+HH:MM` rather than as the documented ISO 8601 format with UTC time zone.
Two examples:
````
$ curl -H "Authorizat…
-
### **Standard Communication Message**
```
{
"code": "XXXXX",
"message": "Description of the status",
"description": "Additional information, if needed",
"timestamp": "ISO8601-fo…
-
When Arg.stringify comes across a Date object it falls on its face: http://jsfiddle.net/JVECJ/
https://github.com/stretchr/arg.js/blob/master/src/arg.js#L127 needs to additionally have an instanceof …
-
The [EDTF](https://www.loc.gov/standards/datetime/) expresses many typical cases of historical data and has been integreated into ISO 8601.2019. Implementation in databases is still rather fragmentary…
-
Di you plan on implementing miliseconds? I started using this for an ffmpeg video editing project, and a lot can happen in a second on film. Ffmpeg has a function that tells you where a video fades to…