Hi Team,
How do I make sure that my datetimetoday() formula follows IST timezone always when running?
Thanks
Solved! Go to Solution.
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.
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 ,
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
Hi @clarrock ,
This should actually work because UTC(Universal Time) time is independent of time zone.
And IST is UTC + 5hr 30 mins