How to set the timezone in WebCATI for interviewer/agents in different timezones.
You just need to enable or add the following into the WebCATI index page or Interviewer/Agent’s landing page.
<tr>
<th align=right><label for=”TIMEZONE”>Time Zone:</label></th>
<td align=left><input type=”text” name=”timezone” id=”timezone” tabindex=”5″ value=”” /></td>
</tr>
The environment variable is called “TIMEZONE”. The default WebCATI index page has an example of the above, you just need to enable it.