orator
orator copied to clipboard
How to fix timezone when adding a date field to __dates__ list
Hi,
I created a table with a started_at field, and i added it to dates list on my model. When i access that value is giving me with -3 hours (my timezone).
How can i deal with it?, should i fixing using accessor?
Regards