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 support for parsing string date parts #46

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

borrrden
Copy link
Member

E.g. "year" or "day", in preparation for new N1QL functions

Note: Makes use of third party header file "date.h" to extend C++ chrono support beyond hours and into days weeks and years (MIT License).

@borrrden borrrden requested a review from snej May 11, 2019 06:03
borrrden added a commit to couchbase/couchbase-lite-core that referenced this pull request May 11, 2019
date_diff_str, date_diff_millis, date_add_str, date_add_millis

Note:  depends on Fleece PR couchbase/fleece#46
borrrden added a commit to couchbase/couchbase-lite-core that referenced this pull request May 15, 2019
date_diff_str, date_diff_millis, date_add_str, date_add_millis

Note:  depends on Fleece PR couchbase/fleece#46
And reuse it to format timestamps in a dynamic way
Copy link
Contributor

@snej snej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a no-op review/comment, in the hopes that this draft PR will stop showing up in my daily Slack PR nags...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants