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

Commits on May 15, 2019

  1. Add support for parsing string date parts

    E.g. "year" or "day", in preparation for new N1QL functions
    borrrden committed May 15, 2019
    Configuration menu
    Copy the full SHA
    c5189ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00327cf View commit details
    Browse the repository at this point in the history
  3. Header cleanup

    borrrden committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4bbdd2a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Expand DateTime to capture formatting info

    And reuse it to format timestamps in a dynamic way
    borrrden committed May 16, 2019
    Configuration menu
    Copy the full SHA
    435cf07 View commit details
    Browse the repository at this point in the history