Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:time_zone [2011/06/06 04:59] – Guy | wiki:time_zone [2012/12/01 05:31] (current) – Last revision reverted. (Would lead to different result) tinypoodle | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Time Zone ====== | ====== Time Zone ====== | ||
- | I'd just like to expand a bit on the use of the ' | + | I'd just like to expand a bit on the use of the ' |
- | (1) In the case of no daylight saving the boot code simply needs the name of the timezone and the offset to UTC. Example India: | + | ==== Without Daylight Saving ==== |
+ | |||
+ | In the case of no daylight saving the boot code simply needs the name of the timezone and the offset to UTC. Example India: | ||
tz=IST-5: | tz=IST-5: | ||
- | (2) Things get a bit more varied with daylight saving. The TZ definition now also adds the name of the timezone during daylight saving and the details when daylight saving starts and ends. Example France: | + | ==== With Daylight Saving ==== |
- | tz=CET-1CEST, | + | Things get a bit more varied |
- | | + | tz=CET-1CEST, |
- | | + | CET |
- | CEST | + | -1 |
- | 3 start of daylight saving: the month (i.e. March) | + | CEST |
- | 5 the week (i.e. last) | + | 3 start of daylight saving: the month (i.e. March) |
- | 0 the day (i.e. Sunday) | + | 5 the week (i.e. last) |
- | 10 | + | 0 the day (i.e. Sunday) |
- | 5 | + | |
- | | + | 5 the week (i.e. last) |
- | 3 | + | 0 the day (i.e. Sunday) |
+ | 3 the time (i.e. 03:00:00) | ||
Please note: Since no time is specified for the start of CEST the default value of 02:00:00 will be used. | Please note: Since no time is specified for the start of CEST the default value of 02:00:00 will be used. |