Closed rzzldzzl closed 10 months ago
Hi @rzzldzzl , There is currently no way to fix it, unless you add a time zone offset to the original time field(this is obviously unreasonable).
Would it be better if users could configure the time zone offset themselves in the UI?
This feature will be launched this week.
@longxiaofei -
Would it be better if users could configure the time zone offset themselves in the UI?
Yes!
This feature will be launched this week.
Looking forward to it!
Thanks!
A pre-release version of pygwalker was released: pip install pygwalker==0.4.3a0
.
It includes the feature to modify time zones, but it may be some flaws(only works on the visualization tab).
details refer it: https://github.com/Kanaries/graphic-walker/pull/297.
Nice! Works as expected. Thanks!
Hi -
When a pandas dataframe is created with a
datetime64[ns, UTC]
column, pygwalker converts the time to the local time zone. How do I keep this from happening?Thanks, Joe