Adjust SQL time

Hi

I developed an app in retool which is triggering data from SQL server. However, the times in the app are being showed in another time format different than my SQL server. How can i adjust it to show the correct time zone?

Thanks in advance!

Hey @jsaldi2000 and welcome to the community! Retool ships with moment.js pre-installed, so where you’re displaying your times, you can use {{ moment(your_time) }} and chain it with however you want to format your timezone.