Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to display reload time in local time: All our server are set up in UTC time. Since =reloadtime() gives me UTC time I converted it to local by using following scripts: =ConvertToLocalTime(Reloadtime()) . Converttolocal time works fine in my local machine but in Accesspoint, it again shows UTC time. Can anybody help me to get reload time in local time in Access point.
Thanks,
Sam
Hello,
You can use: ConvertToLocalTime(ReloadTime(),'GMT+00:00')
When GMT+00:00 is your local time.
Bye.