[V5] Problem with timezone, I guess. #1772
Unanswered
lucasKuratani
asked this question in
Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to fetch some dates from my MSSQL database, but they are not coming in the format I need.
For example, 2020-10-15 00:00:00.0000000 on the database is being converted at some point to 2020-10-14T21:00:00.000-03:00. My experience with how dates work is very limited, so I'm not quite sure whats going on. The CURRENT_TIMEZONE from MSSQL is set to (UTC-03:00) Brasília, and I wish to keep it that way.
Beta Was this translation helpful? Give feedback.
All reactions