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
Currently, the datetimeTz uses the datetime method, which is an alias of timestamp_ntz. This is not the expected behavior.
timestamp_ltz is create timestamps based upon UTC. timestamp_ntz is create timestamps based upon: internally stores “wallclock” time with a specified precision.
The text was updated successfully, but these errors were encountered:
Currently, the
datetimeTz
uses thedatetime
method, which is an alias oftimestamp_ntz
. This is not the expected behavior.timestamp_ltz
is create timestamps based upon UTC.timestamp_ntz
is create timestamps based upon:internally stores “wallclock” time with a specified precision.
The text was updated successfully, but these errors were encountered: