Disable Streamlit auto-converting timezone to local

Hi -

All my timestamps are in UTC down to the pandas storage. Yet when I try to display the data frame, Streamlit auto shows the timestamps in local timezone (i.e. Central).

How can I make it show in its original timezone ? Thank you in advance !

Regards
Naveen Vijay !

I am experiencing the same issue. My dataframe’s index is datetimeindex type located in Quito’s timezone. When I use streamit’s data frame function timestamps are shown in my local timezone which is eastern time.
I would appreciate any comments on this

Thanks in advance