Forum Discussion

FatemaShakir's avatar
FatemaShakir
New Contributor II
3 years ago
Solved

Converting UST date and time to IST date and time

Hey all,

Is there any way to convert a UST date/time to an IST date/time?
Any help will be appreciated.

Thank you.

4 Replies

  • Hi @FatemaShakir,

    If you want to keep the typeof of the field as Date then you can try using the following expression:
    Date.parse(Date.now().toLocaleDateTimeString({"timeZone":"Asia/Kolkata"}) + " Asia/Kolkata")

    BR,
    Aleksandar.