Is there an exhaustive list of MySQL Time Zones?
It seems that the valid values for time_zone in MySQL settings are dependent on the host Operating Syst
time_zone
An exhaustive list of timezones can be downloaded from MySQL's website as database tables that get imported into MySQL server.
For Calgary time you can specify UTC offsets as
set time_zone = '-6:00';