Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ISO string Date support #139

Merged
merged 4 commits into from
Jun 15, 2022
Merged

Conversation

slax57
Copy link
Collaborator

@slax57 slax57 commented Jun 15, 2022

Description

Add ISO string Date support

For example:

{"posts": [
   {
       "id": "test",
       "postTime": "2022-01-01T00:00:00Z"
   }
]}

Supersedes #138

Related Issue

Fixes #136

ToDo

Sorry, something went wrong.

@slax57 slax57 added the WIP label Jun 15, 2022
@slax57 slax57 added RFR Ready For Review and removed WIP labels Jun 15, 2022
@slax57 slax57 added this to the 2.3.2 milestone Jun 15, 2022
@fzaninotto fzaninotto merged commit 06332be into master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Treat date string as date type
3 participants