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 noticed that in postgres we are using the TIMESTAMP type.
We should instead be using TIMESTAMPTZ to account for time zone differences.
We should add a migration to convert from TIMESTAMP to TIMESTAMPTZ type.
It's not necessary to convert existing rows to the correct timezone because they will over-written the next time the piece doctor gets to that piece (usually within 24 hours).
The text was updated successfully, but these errors were encountered:
I noticed that in postgres we are using the TIMESTAMP type.
We should instead be using TIMESTAMPTZ to account for time zone differences.
We should add a migration to convert from TIMESTAMP to TIMESTAMPTZ type.
It's not necessary to convert existing rows to the correct timezone because they will over-written the next time the piece doctor gets to that piece (usually within 24 hours).
The text was updated successfully, but these errors were encountered: