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

Fix repr on Period Types, and DateTime, Date #30817

Merged
merged 4 commits into from
Jan 28, 2019

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    259a351 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    b35e061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7043d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Satisfy Period output formats

    - Given `x = Dates.Day(1)`
     - The REPL will print: `1 day`
     - show will print: `Dates.Day(1)`
     - repr will print: `Dates.Day(1)`
     - print will print: `1 day`
     - string will print: `1 day`
     - dataframes will print: `1 day`
    fchorney committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    02d6f84 View commit details
    Browse the repository at this point in the history