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

Timezone not showing correctly #7506

Closed
aqi-jng opened this issue Jun 8, 2018 · 2 comments
Closed

Timezone not showing correctly #7506

aqi-jng opened this issue Jun 8, 2018 · 2 comments
Assignees
Labels

Comments

@aqi-jng
Copy link

aqi-jng commented Jun 8, 2018

index = ['2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00',
        '2015-12-31T08:35:00-06:00']

series = pd.Series(index=index, data=0.0)
series.index = pd.to_datetime(series.index, utc=True).tz_convert('America/Chicago')
series.index.name = 'tm'

series
series.to_frame()
@scottdraves
Copy link
Contributor

Hi thank you for the report, will look into it.

@LeeTZ LeeTZ assigned jaroslawmalekcodete and unassigned piorek Oct 22, 2018
jaroslawmalekcodete added a commit that referenced this issue Oct 23, 2018
jaroslawmalekcodete added a commit that referenced this issue Oct 23, 2018
piorek added a commit that referenced this issue Oct 25, 2018
piorek added a commit that referenced this issue Oct 25, 2018
@piorek piorek self-assigned this Oct 25, 2018
LeeTZ pushed a commit that referenced this issue Nov 13, 2018
* #7506: add timezone

* #7506: add timezone

* #7506 fix missing ;

* #7506 fix parsed date beeing local

* #7506 use value tz if provided when formatting timestamp
@piorek
Copy link
Contributor

piorek commented Nov 19, 2018

@LeeTZ close this issue please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants