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

ENH: Parse %z and %Z directive in format for to_datetime #19979

Merged
merged 38 commits into from
May 29, 2018

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    4a43815 View commit details
    Browse the repository at this point in the history
  2. ENH: Parse %z directive in format for to_datetime

    return timedeltas as list
    
    return timedeltas in a numpy array
    
    some flake fixes
    
    Extend logic of parsing timezones
    
    address comment misspelling
    
    Add additional tests
    
    address timezone localization
    mroeschke committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    cb47c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f299aec View commit details
    Browse the repository at this point in the history
  4. Address comments

    mroeschke committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    259ec8f View commit details
    Browse the repository at this point in the history
  5. timezone compat

    mroeschke committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    77af4db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c2491 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

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

Commits on Mar 29, 2018

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

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    7bdbdf4 View commit details
    Browse the repository at this point in the history
  2. add whatsnew

    mroeschke committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    3e3d5c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    c16ef8c View commit details
    Browse the repository at this point in the history
  2. remove weird pd file

    mroeschke committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    6f0b7f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    0525823 View commit details
    Browse the repository at this point in the history
  2. Remove blank line

    mroeschke committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    4c22808 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

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

Commits on May 6, 2018

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

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    145e5da View commit details
    Browse the repository at this point in the history
  2. Use pytz zones only

    mroeschke committed May 16, 2018
    Configuration menu
    Copy the full SHA
    64bc3fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a9d69 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    1b44554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dcc59f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    149781b View commit details
    Browse the repository at this point in the history
  2. Clean up and flake8 fix

    mroeschke committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d99ef5a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    0e5e3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2ea19 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    924859e View commit details
    Browse the repository at this point in the history
  2. allow parsing of any pytz

    mroeschke committed May 23, 2018
    Configuration menu
    Copy the full SHA
    a1599a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c80c2e View commit details
    Browse the repository at this point in the history
  4. move error handling

    mroeschke committed May 23, 2018
    Configuration menu
    Copy the full SHA
    abccc3e View commit details
    Browse the repository at this point in the history
  5. Lint

    mroeschke committed May 23, 2018
    Configuration menu
    Copy the full SHA
    473a0f4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Small cleanup

    mroeschke committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ab0a692 View commit details
    Browse the repository at this point in the history
  2. Lint

    mroeschke committed May 24, 2018
    Configuration menu
    Copy the full SHA
    56fc683 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    85bd45e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2a661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5500ca8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

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

Commits on May 28, 2018

  1. Configuration menu
    Copy the full SHA
    34f638c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757458d View commit details
    Browse the repository at this point in the history