Skip to content

Setting timezone in DatetimeIndex.union looks fishy #2367

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
wesm opened this issue Nov 27, 2012 · 3 comments
Closed

Setting timezone in DatetimeIndex.union looks fishy #2367

wesm opened this issue Nov 27, 2012 · 3 comments
Assignees
Labels
Bug Datetime Datetime data dtype
Milestone

Comments

@wesm
Copy link
Member

wesm commented Nov 27, 2012

Noted during code review

@changhiskhan
Copy link
Contributor

shift also sets self.tz
Need to make self.tz readonly for cached properties like is_normalized etc

@wesm
Copy link
Member Author

wesm commented Nov 27, 2012

Well the issue is that the result might need to be UTC but that assignment would make the result the time zone of the calling time series

@changhiskhan
Copy link
Contributor

Ah, this is a separate issue then. I'll create a new one.

On Nov 27, 2012, at 3:45 PM, Wes McKinney [email protected] wrote:

Well the issue is that the result might need to be UTC but that assignment would make the result the time zone of the calling time series


Reply to this email directly or view it on GitHub.

@ghost ghost assigned wesm Nov 28, 2012
@wesm wesm closed this as completed in 6b5be05 Nov 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Datetime Datetime data dtype
Projects
None yet
Development

No branches or pull requests

2 participants