-
Notifications
You must be signed in to change notification settings - Fork 155
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
Default calendar #991
Default calendar #991
Conversation
This exact same thing is also tested in test/now.mjs.
…te() This also requires switching the order of the arguments so that the calendar comes before the time zone, which is still optional. See: #292
Convenience methods that give the current date and datetime in the ISO 8601 calendar. See: #292
Convenience method that does the conversion in the ISO 8601 calendar. Also adds Instant.toZonedDateTimeISO() to the documentation, even though it is not implemented yet. See: #292
Codecov Report
@@ Coverage Diff @@
## main #991 +/- ##
==========================================
+ Coverage 94.34% 94.37% +0.03%
==========================================
Files 18 18
Lines 6222 6239 +17
Branches 914 916 +2
==========================================
+ Hits 5870 5888 +18
+ Misses 345 344 -1
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Looks great; thanks!
Closes: #292