Jump to content

Time Zone for Australia


Sara_Donald

Recommended Posts

Australia really does not make it easy to keep track of what time it is... http://en.wikipedia.org/wiki/Time_in_Australia

 

Looks like we need the following time zones are neccessary for Australia, maybe you can check if that is right?

 

<item id="AUS1">Western Australia</item>

<item id="AUS2">South Australia</item>

<item id="AUS3">Northern Territory</item>

<item id="AUS4">Queensland</item>

<item id="AUS5">New South Wales</item>

<item id="AUS6">Australian Capital Territory</item> (that would include Victoria and Tasmania)

 

<zone name="AUS1">

<description>Western Australia</description>

<gmt_offset>28800</gmt_offset>

<dst_offset>3600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>3</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>Last</dst_stop_week_of_month>

</zone>

 

<zone name="AUS2">

<description>South Australia</description>

<gmt_offset>34200</gmt_offset>

<dst_offset>3600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

 

<zone name="AUS3">

<description>Northern Territory</description>

<gmt_offset>34200</gmt_offset>

</zone>

 

<zone name="AUS4">

<description>Queensland</description>

<gmt_offset>36000</gmt_offset>

</zone>

 

<zone name="AUS5">

<description>New South Wales</description>

<gmt_offset>36000</gmt_offset>

<dst_offset>3600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

 

<zone name="AUS6">

<description>Australian Capital Territory</description>

<gmt_offset>36000</gmt_offset>

<dst_offset>3600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

Link to comment
Share on other sites

I had to change the dst offsets as they are wrong and I left out WA dst as I dont know what it is. Here is the file below:

 

<?xml version="1.0" encoding="utf-8"?>

 

<timezones dict="timezones.xml">

 

<item id="AUS1">Western Australia</item>

<item id="AUS2">South Australia</item>

<item id="AUS3">Northern Territory</item>

<item id="AUS4">Queensland</item>

<item id="AUS5">New South Wales</item>

<item id="AUS6">Australian Capital Territory</item> (that would include Victoria and Tasmania)

 

<zone name="AUS1">

<description>Western Australia</description>

<gmt_offset>28800</gmt_offset>

<dst_offset>28800</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>3</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>Last</dst_stop_week_of_month>

</zone>

 

<zone name="AUS2">

<description>South Australia</description>

<gmt_offset>37800</gmt_offset>

<dst_offset>34200</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

 

<zone name="AUS3">

<description>Northern Territory</description>

<gmt_offset>34200</gmt_offset>

</zone>

 

<zone name="AUS4">

<description>Queensland</description>

<gmt_offset>36000</gmt_offset>

</zone>

 

<zone name="AUS5">

<description>New South Wales</description>

<gmt_offset>36000</gmt_offset>

<dst_offset>39600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

 

<zone name="AUS6">

<description>Australian Capital Territory</description>

<gmt_offset>36000</gmt_offset>

<dst_offset>39600</dst_offset>

<dst_start_day_of_week>1</dst_start_day_of_week>

<dst_start_month>10</dst_start_month>

<dst_start_time>02:00</dst_start_time>

<dst_start_week_of_month>Last</dst_start_week_of_month>

<dst_stop_day_of_week>1</dst_stop_day_of_week>

<dst_stop_month>4</dst_stop_month>

<dst_stop_time>02:00</dst_stop_time>

<dst_stop_week_of_month>1</dst_stop_week_of_month>

</zone>

 

</timezones>

Link to comment
Share on other sites

  • 1 month later...
You need to put that file into the html directory (make it if it does not exist). After changing the file or loading it there the PBX service must be restarted...

 

What I have noticed is that when you do this there is a blank drop down list and you have to look at your config file to see what timezone you are using. Usually it will default to whatever timezone you are in but not always.

 

Sara Donald.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...