Hi Team,
How do I make sure that my datetimetoday() formula follows IST timezone always when running?
Thanks
Hello @clarrock ,
I agree with @atcodedog05 . if your local time setting is IST you can use DateTimetoLocal(dt) function. Otherwise, try the below function
Datetimeadd(DateTimeToUTC(DateTimeNow()),4,'hours')
I hope this helps
Hi @clarrock ,
There is no way to get IST directly. What you can do is add or subtract on datetimenow then get the day.
If you tell which is your timezone (system timezone) i can help you out.
I just figured it out.
Get the UTC time and +5hrs 30 mins to get always get IST.
Workflow is attached.
Please check let me know.
@ImadZidan Thanks, this is solve