-
-
Notifications
You must be signed in to change notification settings - Fork 272
Add local option for Zod plugin datetime's #2467
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
Conversation
|
|
🦋 Changeset detectedLatest commit: 219b034 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@bjornhenriksson is attempting to deploy a commit to the Hey API Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2467 +/- ##
==========================================
- Coverage 22.59% 22.58% -0.01%
==========================================
Files 337 337
Lines 33388 33398 +10
Branches 1309 1309
==========================================
Hits 7543 7543
- Misses 25836 25846 +10
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mrlubos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the pull request!
Adds the local option to z.datetime in accordance with the docs on https://zod.dev/api?id=iso-datetimes.
Enabling serialization/validation of datetimes without trailing "Z".
Thanks for a great lib and a great initiative! ⭐ @mrlubos