Skip to content

Fix timezone comparison in DatetimeIndex._generate #8619

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

Closed
wants to merge 1 commit into from

Conversation

ischwabacher
Copy link
Contributor

This fix is just a band-aid-- a real fix will have to wait for PEP 431 to unite all the time zone implementations.

Also refine a bare except: in the same method.

Fixes #8616

This fix is just a band-aid-- a real fix will have to wait for PEP 431 to unite all the time zone implementations.

Also refine a bare `except:` in the same method.
@jreback
Copy link
Contributor

jreback commented Oct 24, 2014

need to have the tests from the referenced issue

@ischwabacher
Copy link
Contributor Author

Derf. Will do.

@jreback jreback added Timezones Timezone data dtype and removed Timezones Timezone data dtype labels Oct 24, 2014
@jreback
Copy link
Contributor

jreback commented Jan 18, 2015

@ischwabacher can you revisit/rebase

@jreback
Copy link
Contributor

jreback commented May 9, 2015

closing pls reopen if/when updated

@jreback jreback closed this May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DatetimeIndex.shift(freq=...) raises near DST boundary
2 participants