You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to create tibbletime through as_tibble_time with dates in local time-zone.
More specifcally, i have time "2018-04-06 08 MSK". ymd_h("2018-04-06 08", tz="Europe/Moscow")
During coercion internal index timezone was set as "UTC". All other functions will work in incorrect way (time shift). It's ctritical for business to support timezone correctly
The text was updated successfully, but these errors were encountered:
I tried to reproduce issue and see that function filter_time did what I suppose, but it works not in obvious way. It's difficult to assume the timezone of filter_time expression. local\UTC?
How it will be calculated at another computer?
Could you add tz param for filter_time?
I try to create tibbletime through as_tibble_time with dates in local time-zone.
More specifcally, i have time "2018-04-06 08 MSK". ymd_h("2018-04-06 08", tz="Europe/Moscow")
During coercion internal index timezone was set as "UTC". All other functions will work in incorrect way (time shift). It's ctritical for business to support timezone correctly
The text was updated successfully, but these errors were encountered: