Hi,
On my service center I can see time in SGT(Singapore) currently. But when I use CurrentDateTime() function it fetches time from a different Time Zone. Can anyone help me understand how it functions.
Related to your question a teammate wrote this article. Hope it helps you.
Regards,
Marcelo
CurrDateTime() takes the server time, which is probably the UTC time.
If you wish to get the client time you will have to do some extra calculations.
Thanks! Can you please guide me in achieving it.