use GMT+4:30
=ConvertToLocalTime(reloadTime(),'GMT+04:30')
if you need to include DST add the parameter as True/False
=ConvertToLocalTime(reloadTime(),'GMT+04:30',True)
Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.