Postgres timestamp that will be the same across regions
Hello everyone,
So I have a statement like the following:
Becaue I want my backend code to store the same timestamp no matter the region.
But drizzle schema file is red on:
Because:
Will this cause me issues in the future ? All I'm trying to do is to have my backend set "created_at" the same across different regions. I'm pretty new so any suggestions would be great, thanks!
0 Replies