Closed xuancong84 closed 22 hours ago
What data viewer is that? I'm not seeing that with Data Wrangler:
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
When a dataframe has tz-aware datetimeindex, dataviewer does not display timezone info correctly.
For example,
print(df)
gives:But datetimeviewer gives:
The datetimeindex are all in UTC-0 instead of UTC+08.