When I run the query “select plan_start_dttm from task where task_id = 8215,” it returns the timestamp in Eastern time, not my local time (which is Mountain standard time). When I view this datetime on the DebriefOverview screen in mobile, then it is displayed in the timezone that my phone is currently set to (in my case, MST). When I run this same query in the smart client, it is returned in my local timezone MST). When I run it in the client script, it is being returned in Eastern time.
How is the timezone being retrieved from the server in FSM? What table and field is populated in the database to set the system timezone? For instance, the status_as_of field in the task table is being stored in the mobile database in Eastern time. Where is the timezone being set in the smart client?