ID:2143474
 
(See the best response by Nadrew.)
Code:
mob
proc
update_time()
world << time2text(world.timeofday)
spawn(10)
update_time()


Problem description:
The above code gives me the current time of day in my servers timezone, but I was wondering when someone logs in to the server, will it give them the current time of day in their timezone or continue to use the current time of day in the servers timezone?
Best response
It'll be the server time.
Thanks