Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By kingedem
#51944 Micheal,

Could you please implement time difference function bit soon?

Also, how to set the timesetup() for India - the number is: 190 and (UTC+05:30)
User avatar
By Mmiscool
#51990 I think the following should work for you

timesetup():
Will set up the time time zone and daylight savings attribute.
timesetup({number or var for time zone},{number or var for dst})

Code: Select alltimesetup(7.5, 0)
delay 5000   'give it a bit of time to synk with server
print time()