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
We are using protobuf ToDatetime with naive format. ToDatetime still returns time as UTC but without timezone information as if one lives in Greenwich.
We also use in many places utcnow, also naive UTC timezone, that is also deprecated and showing warnings while testing.