Replies: 2 comments 2 replies
-
|
FYI, it must be your timezone settings - pls double check. The value stored in dB is always utc and While displaying in UI its always your local time. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm experiencing a timezone issue in the NocoDB web interface after migrating my PostgreSQL database.
Previously, when using the old setup, the CreatedAt timestamps appeared in UTC+3. Now, after the migration, they appear in UTC.
Here’s some context:
Migration was from one PostgreSQL instance to another on the same server
Timezone settings in both PostgreSQL instances are the same
NocoDB version: 0.262.5
Previously, I used docker-compose for both NocoDB and the database
Now, I use docker-compose only for NocoDB, and the database runs outside the container
Do you know what might be causing this difference and how I can fix it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions