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

Rework toDate and extract parseISO #1023

Merged
merged 7 commits into from Jan 9, 2019
Merged

Rework toDate and extract parseISO #1023

merged 7 commits into from Jan 9, 2019

Commits on Jan 9, 2019

  1. Rework toDate and extract parseISO

    - Extract parseISO from toDate
    - Make toDate accept only numbers and dates
    kossnocorp committed Jan 9, 2019
    Copy the full SHA
    6ed5b2f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4b325b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf53019 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e1ecd7 View commit details
    Browse the repository at this point in the history
  5. Fix bug in gl locale

    kossnocorp committed Jan 9, 2019
    Copy the full SHA
    37bb142 View commit details
    Browse the repository at this point in the history
  6. Fix DST issue in eachDayOfInterval

    Fix DST issue in `eachDayOfInterval` that caused time in the days
    after DST change to have the shift as well.
    kossnocorp committed Jan 9, 2019
    Copy the full SHA
    838ed9f View commit details
    Browse the repository at this point in the history
  7. Address review comments

    kossnocorp committed Jan 9, 2019
    Copy the full SHA
    f5e9835 View commit details
    Browse the repository at this point in the history