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 would advice to store the date times NOT in UTC, but in the time zone of the event. So in the database you would have the datetime and time zone identifier.
But I guess that doesn't really answer your question. I'm not sure what you want me to advice. The store data in DB we use Ecto. You just need to add the date and time zone fields in your db table.
Hi,
I need to store and retrieve date for upcoming events (start datetime and end datetime).
I will use tz and tzdata for the timezone handling but the datetime storage/retrieve is missing to complete the use case.
Do you have any advice ?
Thanks.
The text was updated successfully, but these errors were encountered: