It looks like the beta is not displaying the correct $timezone value for your system.

Can you please run the following script in the beta and post the results:

Code
test {
  timeapi on | echo timezone: $timezone daylight: $daylight
  timeapi off | echo timezone: $timezone daylight: $daylight
}