Database adding the time offset for the timezone twice? #1671
kumsumit
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Could you please take a screenshot of the timezone under the server settings (you can find it in Studio). |
Beta Was this translation helpful? Give feedback.
1 reply
-
It may be important to know for this issue if you are running via Docker / Podman or on bare metal. If you are running via Docker it may be that the container does or can not use the host time zone. To test this pass the environment variabe |
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
-
I have defined my property as follows
CREATE PROPERTY Transaction.occurredAt DATETIME (readonly, default sysdate('YYYY-MM-DD HH:MM:SS'))
When I insert the data, the occurredAt column has the value added the current time on my laptop.
I am using the database as embedded
I have not done any configuration regarding the timezone, everything is as it was by default
You can clearly see the difference is approx +5:30
(approx - because of the time taken by me to take screenshot may be 1 or 2 seconds)
Highlighted
Original
Beta Was this translation helpful? Give feedback.
All reactions