Previous Topic

Next Topic

Book Contents

Book Index

Daylight Saving Time Zone Definitions

You can include daylight saving time definitions when defining a time zone. To do so, define a time zone with the following statement:

{LOCAL | xxx} = [GMT+hh.mm | GMT-hh.mm]FROM date DD.MM hh.mm TO date DD.MM hh.mm [GMT+hh.mm | GMT-hh.mm]

In the preceding syntax statement

In all daylight saving time zone definitions, the first time period relates to the winter zone and the second time period relates to the summer zone. A zone cannot span over the end of the calendar year (for example, you cannot define a zone that starts in November and ends in February).

The FROM keyword defines the beginning of the daylight saving time period, and the TO keyword defines the end of the daylight saving time period. The first GMT clause defines the standard (non-daylight saving time) difference between the local time and GMT, while the second GMT clause (the one after the TO clause) defines the time difference during the daylight saving period (the dates between the FROM and TO statements.

You can define a time zone without a daylight saving time zone definition. However, when you use the FROM keyword, you must then enter a full daylight saving time definition, including the TO keyword as well as the FROM keyword.

Parent Topic

Adding and Modifying Time Zone Definitions