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 have been investigating how to use this crate in the context of jorgecarleitao/arrow2#23, but have faced the challenge whereby our crate declares timezones as strings, while this one uses compile time timezones.
A simple exercise I am trying to achieve is to write the following function:
Hi,
I have been investigating how to use this crate in the context of jorgecarleitao/arrow2#23, but have faced the challenge whereby our crate declares timezones as strings, while this one uses compile time timezones.
A simple exercise I am trying to achieve is to write the following function:
where
i64
is a timestamp represented intimezone
. Do I need tomatch
timezone to perform this calculation?The text was updated successfully, but these errors were encountered: