dataviewer does not display timezone info for timezone-aware datetimeindex #16223
Labels
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
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.
The text was updated successfully, but these errors were encountered: