We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noted during code review
The text was updated successfully, but these errors were encountered:
shift also sets self.tz Need to make self.tz readonly for cached properties like is_normalized etc
Sorry, something went wrong.
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
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.
— Reply to this email directly or view it on GitHub.
6b5be05
wesm
No branches or pull requests
Noted during code review
The text was updated successfully, but these errors were encountered: