I have a table to record the availability of users. I want to assign tasks for these users.
Tasks start time, and users availability time are stored same of server time.
However this is not correct, as the users have different time zones.
How can I handle different time zones in PHPRunner?
Thanks,
Fawaz