Time adjustment

Hi

I'm using a database that is set up to UTC, and I want to update it only in retool (I do not want to update my dataset).
I have tried looking online but was left puzzled as to what is the simplest way to work around it

Please assist.

Thanks

have you explored using the moment.js library @GiladSha ?

it can do conversion into local time for you
if you need to update the selected date you can then use {{moment.utc(yourValue)}} to put it back in the desired format

1 Like

Thank you, I just tried it and it seems to work :slight_smile:

great! glad I could help!