Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I use LocalTime(), it gives the current time and date of my system. My time zone is GMT+05:30 as per TimeZone() function.
When I used
ConvertoLocalTime(LocalTime(),'GMT+05:30')
I get a different time than my current time.
Hi,
What it does is, it adds the time difference in the date you pass.
So in your case it must be showing the +5:30 hr more than your local time.
Try this.
=ConvertToLocalTime(UTC(), 'GMT+05:30')
Regards,
Kaushik Solanki
It Worked.
Hi,
Kindly close the post, by marking this as Correct Answer
Regards,
Kaushik Solanki