Changing ZCS Time Zones: Difference between revisions

(Creating article, adding basic headers, some content, and templates/categories -- article not finished)
 
(Adding content)
Line 1: Line 1:
{{WIP}}
{{WIP}}


Time zones change when governments change daylight saving time policies. When a time zone changes, it is necessary to change the time zone settings in ZCS. This article discusses the tools used to change time zone settings in a deployed Zimbra Collaboration Suite server, and steps to use time zone tools.
Time zones change when governments change daylight saving time policies. When a time zone changes, it is necessary to change the time zone settings in ZCS. This article discusses the tools and steps used to change time zone settings in a deployed Zimbra Collaboration Suite server.


If you are interested in reading more about how ZCS interacts with time zones from different sources, see [[Time Zones in ZCS]].
To read more about how ZCS interacts with time zones, see [[Time Zones in ZCS]].


=ZCS Time Zone Tools=
=ZCS Time Zone Tools=
Line 9: Line 9:


==timezones.ics==
==timezones.ics==
The timezones.ics file contains a list of well-known time zones.  This file is a valid iCalendar (RFC2445) object containing a VTIMEZONE block for each time zone.  It is located in '''/opt/zimbra/conf/'''.   
The timezones.ics file contains a list of well-known time zones.  This file is a valid iCalendar (RFC2445) object containing a VTIMEZONE block for each time zone.  It is located in '''/opt/zimbra/conf/'''.
 
The basic client and other JSP-based clients must know an account's default time zone to render the Calendar viewCalendar resource accounts (e.g. conference rooms) must have a default time zone set to auto-accept/decline meetings.  These default time zones must be chosen from the time zones defined in the timezones.ics file.
 
To change a time zone, you must locate and edit its VTIMZONE definition. The following section identifies each part of the VTIMEZONE definitions.
 
===VTIMEZONE Definitions===
The following VTIMEZONE definition is for the US Pacific time zone.
 
BEGIN:VTIMEZONE
TZID:(GMT-08.00) Pacific Time (US & Canada)
LAST-MODIFIED:20070209T005655Z
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETTO:-0800
TZOFFSETFROM:-0700
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETTO:-0700
TZOFFSETFROM:-0800
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE
 
The following table identifies each part of the VTIMEZONE definition.
 


===Syntax===


===Examples===
===Examples===
Line 30: Line 56:


=Changing a ZCS Time Zone Setting=
=Changing a ZCS Time Zone Setting=
Use the following steps to change a ZCS time zone setting.


{{Article Footer|ZCS 5.0.x|10/6/2008}}
{{Article Footer|ZCS 5.0.x|10/6/2008}}


[[Category: Administration]]
[[Category: Administration]]

Revision as of 21:03, 6 October 2008


Time zones change when governments change daylight saving time policies. When a time zone changes, it is necessary to change the time zone settings in ZCS. This article discusses the tools and steps used to change time zone settings in a deployed Zimbra Collaboration Suite server.

To read more about how ZCS interacts with time zones, see Time Zones in ZCS.

ZCS Time Zone Tools

The following tools are used to define and change time zone settings in ZCS.

timezones.ics

The timezones.ics file contains a list of well-known time zones. This file is a valid iCalendar (RFC2445) object containing a VTIMEZONE block for each time zone. It is located in /opt/zimbra/conf/.

The basic client and other JSP-based clients must know an account's default time zone to render the Calendar view. Calendar resource accounts (e.g. conference rooms) must have a default time zone set to auto-accept/decline meetings. These default time zones must be chosen from the time zones defined in the timezones.ics file.

To change a time zone, you must locate and edit its VTIMZONE definition. The following section identifies each part of the VTIMEZONE definitions.

VTIMEZONE Definitions

The following VTIMEZONE definition is for the US Pacific time zone.

BEGIN:VTIMEZONE
TZID:(GMT-08.00) Pacific Time (US & Canada)
LAST-MODIFIED:20070209T005655Z
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETTO:-0800
TZOFFSETFROM:-0700
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETTO:-0700
TZOFFSETFROM:-0800
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE

The following table identifies each part of the VTIMEZONE definition.


Examples

zmtzupdate

Syntax

Options

zmtzupdate rule file

Attributes
Example Rule File

Examples

Changing a ZCS Time Zone Setting

Verified Against: ZCS 5.0.x Date Created: 10/6/2008
Article ID: https://wiki.zimbra.com/index.php?title=Changing_ZCS_Time_Zones Date Modified: 2008-10-06



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search