-
Notifications
You must be signed in to change notification settings - Fork 689
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
MB-58033: Support for custom datetime layouts #1866
Conversation
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.
Can you quickly set up a separate document highlighting all the support this will be adding, which we can later share with the docs team.
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.
Please wait for one more review here.
Also, not sure how you rebased this, but it seems you've cherry-picked a bunch of commits that have already been merged into this PR. Can you rebase over master and simply cherry-pick your commits and force push here. |
0f64ed5
to
0b1144e
Compare
@CascadingRadium I force-pushed all your commits over rebased master to avoid unnecessary cherry-picks of everything in between. Should you need to push more code here, make sure you start from a clean local branch checking-out the latest of |
## Jira [MB-58033](https://issues.couchbase.com/browse/MB-58033) ## Description - Add 'percentstyle' date time layout format that mimics 'strftime' used for date time layout specification in C and Python. - Add 'isostyle' date time layout format that attempts to mimic 'DateTimeFormatter' which is used to specify date time layouts in Java. - Added unit tests --------- Co-authored-by: Abhinav Dangeti <[email protected]>
Jira
MB-58033
Description