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
Current implementation returns int64_t (epoch nanoseconds) instead of preserving the input timestamp type like PostgreSQL.
The function should (probably) return the same timestamp type as its input argument.