From fkw at paradise.net.nz Tue Sep 4 04:37:56 2007 From: fkw at paradise.net.nz (Graeme Kiyoto-Ward) Date: Tue, 04 Sep 2007 20:37:56 +1200 Subject: [nzfug-general] Where to go for information about fstab Message-ID: <46DD1964.9030809@paradise.net.nz> Hi I have been struggling trying to mount a partition at boot time. I have a system on which I have installed OpenBSD, this system has a FAT32 partition that I use to share key files between the different systems I have set up on different partitions, in particular the profiles for Thunderbird and Firefox. Basically, whatever system I boot into as long as I can mount this drive, I can access my browser (incl bookmarks) and email folders - something I find very useful if I bring one or another OS down through fiddling. I have been working through an install of OpenBSD and have got most things working. I can't seem to find the right settings in fstab to mount the FAT32 drive and make it read and writable by default. Does anyone have any suggestions or examples of a BSD fstab that mounts a FAT32 partiton. Being BSD, I have checked the documentation and the man file (man fstab) but haven't found what I am looking for in there - of course I may not be looking in the right place. Any suggestions? Regards Graeme Kiyoto-Ward From tortise at paradise.net.nz Tue Sep 4 05:59:48 2007 From: tortise at paradise.net.nz (Tortise) Date: Tue, 04 Sep 2007 21:59:48 +1200 Subject: [nzfug-general] FreeBSD firewalls and Telstraclear Cable Network Losing connectivity References: <46DD1964.9030809@paradise.net.nz> Message-ID: <031101c7eeda$5432e010$1e00a8c0@cheqsoft.local> Hi List Is anyone on the list aware of Cable Internet connections going down when Motorola 5100 and/or 5101 modems are connected to FreeBSD routers, such as pfSense or Monowall. I am now aware of three people who have had this problem under the above circumstances. In tracking it down it seems the Motorola's just stop sending packets on to the router, for no apparent reason. The fix has been rebooting the router, rather than the modem, also issuing ifconfig em0 down ifconfig em0 up where em0 is the WAN NIC interface also restores the connection. It seems reports on this may be limited to the Telstraclear cable network, suggesting there may be something peculiar about it? Anyone know anything about this or have any similar experiences? Kind regards David Hingston From rawiri.blundell at ihug.co.nz Tue Sep 4 07:14:35 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Tue, 4 Sep 2007 23:14:35 +1200 Subject: [nzfug-general] FreeBSD firewalls and Telstraclear Cable Network Losing connectivity In-Reply-To: <031101c7eeda$5432e010$1e00a8c0@cheqsoft.local> References: <46DD1964.9030809@paradise.net.nz> <031101c7eeda$5432e010$1e00a8c0@cheqsoft.local> Message-ID: <200709042314.35391.rawiri.blundell@ihug.co.nz> Hi David, I was recently having a similar issue with my WiMAX connection and my pfsense box where rebooting pfsense seemed to fix it. So far I have replaced the WAN NIC with one that's definately going to use another driver, and I have disabled the 'offline proxy' functionality in squid, and it seems to be going good so far. My only suggestion though if this is occuring across both m0n0 and pfsense is that you try forcing a link speed on your WAN NIC eg 10T-HD or whatever the cable bridge is happy with Hope that helps, if at all :) Rawiri On Tuesday 04 September 2007 21:59:48 Tortise wrote: > Hi List > > Is anyone on the list aware of Cable Internet connections going down when > Motorola 5100 and/or 5101 modems are connected to FreeBSD routers, such as > pfSense or Monowall. > > I am now aware of three people who have had this problem under the above > circumstances. > > In tracking it down it seems the Motorola's just stop sending packets on to > the router, for no apparent reason. > > The fix has been rebooting the router, rather than the modem, also issuing > > ifconfig em0 down > ifconfig em0 up > > where em0 is the WAN NIC interface also restores the connection. > > It seems reports on this may be limited to the Telstraclear cable network, > suggesting there may be something peculiar about it? > > Anyone know anything about this or have any similar experiences? > > Kind regards > David Hingston > > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general From rawiri.blundell at ihug.co.nz Tue Sep 4 07:31:41 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Tue, 4 Sep 2007 23:31:41 +1200 Subject: [nzfug-general] Where to go for information about fstab In-Reply-To: <46DD1964.9030809@paradise.net.nz> References: <46DD1964.9030809@paradise.net.nz> Message-ID: <200709042331.41945.rawiri.blundell@ihug.co.nz> Hey Graeme, what's your current fstab look like? OpenBSD's should be roughly the same as FreeBSD's, which has its lines in this layout: [device] [/mount-point] [fstype] [options] [dumpfreq] [passno] for example: /dev/ad4s2 /somemountpoint msdos rw,noauto 0 0 Check out this page in the FBSD handbook for a more thorough explanation: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mount-unmount.html Cheers Rawiri On Tuesday 04 September 2007 20:37:56 Graeme Kiyoto-Ward wrote: > Hi > > I have been struggling trying to mount a partition at boot time. I have > a system on which I have installed OpenBSD, this system has a FAT32 > partition that I use to share key files between the different systems I > have set up on different partitions, in particular the profiles for > Thunderbird and Firefox. Basically, whatever system I boot into as long > as I can mount this drive, I can access my browser (incl bookmarks) and > email folders - something I find very useful if I bring one or another > OS down through fiddling. > > I have been working through an install of OpenBSD and have got most > things working. I can't seem to find the right settings in fstab to > mount the FAT32 drive and make it read and writable by default. Does > anyone have any suggestions or examples of a BSD fstab that mounts a > FAT32 partiton. Being BSD, I have checked the documentation and the man > file (man fstab) but haven't found what I am looking for in there - of > course I may not be looking in the right place. > > Any suggestions? > > Regards > > Graeme Kiyoto-Ward > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general From fkw at paradise.net.nz Wed Sep 5 05:46:13 2007 From: fkw at paradise.net.nz (Graeme Kiyoto-Ward) Date: Wed, 05 Sep 2007 21:46:13 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? Message-ID: <46DE7AE5.7030009@paradise.net.nz> Hi Has anyone tried any of the desktop BSD's recently? I understand that there have been a number of improvements in PC-BSD. Last I looked, it was mostly easy for new users but did expose some of the underlying FreeBSD (i.e. when trying to set up a firewall). Having a look at the change log or the later versions, they seem to have worked pretty hard to make it simpler to set up and manage (Gui for firewall config, for Xorg config, Nvidia drivers, and Flash for BSD browsers enabled by default). Installing software is through packages called PBIs which install much like windows executables (except they require the root password or course). I wonder if some of the desktop BSDs are good enough to recommend to new users? What would be the requirements that a desktop distribution would need to meet to be suitable to recommend to beginners. Any thoughts... Regards Graeme Kiyoto-Ward From rawiri.blundell at ihug.co.nz Wed Sep 5 07:22:53 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Wed, 5 Sep 2007 23:22:53 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <46DE7AE5.7030009@paradise.net.nz> References: <46DE7AE5.7030009@paradise.net.nz> Message-ID: <200709052322.53555.rawiri.blundell@ihug.co.nz> Hi Graeme, on my main home PC I've been using DesktopBSD for the last two years, and I contribute to the project where I can, I'm one of their more active community members. Any questions about DBSD, feel free to ask :D In my opinion ( The very basic difference is that PC-BSD is a customised FreeBSD+KDE+.pbi's (and a few other tools), one could argue even that it _slightly_ forks from FreeBSD by using non-standard /programs and .pbi's. For an absolute newb, PC-BSD is the go as it's essentially aiming to be a drop-in replacement for Windoze. OTOH DesktopBSD is just a plain FreeBSD+KDE+PORTS frontend (and a few other tools) and holds no desire to be a windows replacement - trying specifically not to copy-cat other OS's... too much. For someone wanting to learn BSD, and/or for someone who simply wants most of the work of setting up FreeBSD+KDE done for them, DesktopBSD is more appropriate. ) Which is better? Try both and see what you think. Personally I think both are technically great, but I'd personally prefer to stick to a more pure FreeBSD, and there's just something awkward about PC-BSD that makes me uncomfortable - I can't explain it. So DesktopBSD it is for me :) The only downside is both have issues with Flash. Apart from that they are the equal and in many places the better of any Linux distro. YMMV. > What would be the requirements that a desktop distribution would need to > meet to be suitable to recommend to beginners. Any thoughts... Well, when you say "beginners" what do you mean? Someone who has never touched a computer before or someone who has been exposed to windows but is still a newbie, or someone who is a windows 'power user' who is sick of paying money for malware/EULA headaches? And what will the users be doing? Generally: Usability, compatibility and functionality. For a newbie it should be point and click easy, it should be compatible with most file formats, and it should provide all the functionality the user needs - web browsing, email, multimedia etc Does that thesis answer your questions or does it raise more? :) Rawiri On Wednesday 05 September 2007 21:46:13 Graeme Kiyoto-Ward wrote: > Hi > > Has anyone tried any of the desktop BSD's recently? I understand that > there have been a number of improvements in PC-BSD. Last I looked, it > was mostly easy for new users but did expose some of the underlying > FreeBSD (i.e. when trying to set up a firewall). > > Having a look at the change log or the later versions, they seem to have > worked pretty hard to make it simpler to set up and manage (Gui for > firewall config, for Xorg config, Nvidia drivers, and Flash for BSD > browsers enabled by default). > > Installing software is through packages called PBIs which install much > like windows executables (except they require the root password or > course). I wonder if some of the desktop BSDs are good enough to > recommend to new users? > > What would be the requirements that a desktop distribution would need to > meet to be suitable to recommend to beginners. Any thoughts... > > Regards > > Graeme Kiyoto-Ward > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general From dan at langille.org Wed Sep 5 09:29:12 2007 From: dan at langille.org (Dan Langille) Date: Wed, 05 Sep 2007 09:29:12 -0400 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <200709052322.53555.rawiri.blundell@ihug.co.nz> References: <46DE7AE5.7030009@paradise.net.nz>, <200709052322.53555.rawiri.blundell@ihug.co.nz> Message-ID: <46DE76E8.16973.3C973487@dan.langille.org> On 5 Sep 2007 at 23:22, Rawiri Blundell wrote: > In my opinion ( > The very basic difference is that PC-BSD is a customised FreeBSD+KDE+.pbi's > (and a few other tools), one could argue even that it _slightly_ forks from > FreeBSD by using non-standard /programs and .pbi's. For an absolute newb, > PC-BSD is the go as it's essentially aiming to be a drop-in replacement for > Windoze. With PC-BSD you can still use the ports tree. Nothing stopping you. -- Dan Langille - http://www.langille.org/ Available for hire: http://www.freebsddiary.org/dan_langille.php From rawiri.blundell at ihug.co.nz Wed Sep 5 16:55:19 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Thu, 6 Sep 2007 08:55:19 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <46DE76E8.16973.3C973487@dan.langille.org> References: <46DE7AE5.7030009@paradise.net.nz> <200709052322.53555.rawiri.blundell@ihug.co.nz> <46DE76E8.16973.3C973487@dan.langille.org> Message-ID: <200709060855.19981.rawiri.blundell@ihug.co.nz> Top of the morning, On Thursday 06 September 2007 00:27:06 you wrote: > desktop - ubuntu > server - Freebsd > > no need to use bsd as desktop when u can use ubuntu dbsd/pcbsd is to freebsd what ubuntu is to debian. There is anecdotal evidence all over the place that dbsd/pc-bsd tends to run faster than *ubuntu. I, for one, notice that on my Kubuntu workstation that it locks up about once a week - never for DBSD where I get monster uptimes - and I have to kill hung applications more often than I do on DBSD. So DBSD in my experience is faster and more reliable - though that's hardly scientific being on two different computers. PC-BSD though absolutely obliterates Xubuntu on my Via EPIA. Yes, that's a KDE OS spanking an XFCE one. Regardless, both dbsd/pc-bsd and the ubuntu family face negativity from purists who seem to think that all users should be born with the bash prompt tattoed on their foreheads. These purists need to realise that dbsd/pc-bsd/*ubuntu are all just stepping stones and hey - it's not windows right? :) At the end of the day though - I'm actually a proponent of using the best tool for the job. If, for you, that's Ubuntu, then that's fine. If it's Vista, well, that's fine too and good luck with that. Whatever you're happy with :) For me, it's the BSD family because I find them to be more reliable and secure with less hassle and less politics (ie GPL zealots) and I believe in the BSD licence, mentality and community. On Thursday 06 September 2007 01:29:12 Dan Langille wrote: > With PC-BSD you can still use the ports tree. Nothing stopping you. Yep, I'm well aware of that and didn't mean to represent it as otherwise. Thanks for pointing it out though. Rawiri From fkw at paradise.net.nz Thu Sep 6 07:33:54 2007 From: fkw at paradise.net.nz (Graeme Kiyoto-Ward) Date: Thu, 06 Sep 2007 23:33:54 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <200709060855.19981.rawiri.blundell@ihug.co.nz> References: <46DE7AE5.7030009@paradise.net.nz> <200709052322.53555.rawiri.blundell@ihug.co.nz> <46DE76E8.16973.3C973487@dan.langille.org> <200709060855.19981.rawiri.blundell@ihug.co.nz> Message-ID: <46DFE5A2.70603@paradise.net.nz> Hi I have never given Desktop BSD a try. I will give it a go when the next release is out. PCBSD is good for very new users, and I suppose my question is whether BSD has a contender in the beginner space. Linux has a number of contenders working in that space, and strangely enough so does Solaris now (http://www.gnusolaris.org/gswiki) - not that I'm in a hurry to give that a try... The one downfall that PCBSD had was an absolute inability to install gcompris (whether from ports or packages), that and my extraordinary bad luck with FreeBSD and hardware. Regards Graeme Kiyoto-Ward Rawiri Blundell wrote: > Top of the morning, > > On Thursday 06 September 2007 00:27:06 you wrote: > >> desktop - ubuntu >> server - Freebsd >> >> no need to use bsd as desktop when u can use ubuntu >> > > dbsd/pcbsd is to freebsd what ubuntu is to debian. > > There is anecdotal evidence all over the place that dbsd/pc-bsd tends to run > faster than *ubuntu. I, for one, notice that on my Kubuntu workstation that > it locks up about once a week - never for DBSD where I get monster uptimes - > and I have to kill hung applications more often than I do on DBSD. So DBSD > in my experience is faster and more reliable - though that's hardly > scientific being on two different computers. > > PC-BSD though absolutely obliterates Xubuntu on my Via EPIA. Yes, that's a > KDE OS spanking an XFCE one. Regardless, both dbsd/pc-bsd and the ubuntu > family face negativity from purists who seem to think that all users should > be born with the bash prompt tattoed on their foreheads. These purists need > to realise that dbsd/pc-bsd/*ubuntu are all just stepping stones and hey - > it's not windows right? :) > > At the end of the day though - I'm actually a proponent of using the best tool > for the job. If, for you, that's Ubuntu, then that's fine. If it's Vista, > well, that's fine too and good luck with that. Whatever you're happy with :) > > For me, it's the BSD family because I find them to be more reliable and secure > with less hassle and less politics (ie GPL zealots) and I believe in the BSD > licence, mentality and community. > > On Thursday 06 September 2007 01:29:12 Dan Langille wrote: > >> With PC-BSD you can still use the ports tree. Nothing stopping you. >> > > Yep, I'm well aware of that and didn't mean to represent it as otherwise. > Thanks for pointing it out though. > > Rawiri > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general > > > From rawiri.blundell at ihug.co.nz Fri Sep 7 08:56:22 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Sat, 8 Sep 2007 00:56:22 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <46DFE5A2.70603@paradise.net.nz> References: <46DE7AE5.7030009@paradise.net.nz> <200709060855.19981.rawiri.blundell@ihug.co.nz> <46DFE5A2.70603@paradise.net.nz> Message-ID: <200709080056.23223.rawiri.blundell@ihug.co.nz> I just tested, Gcompis installed and runs fine on DBSD, could do with some more giant killing robots though :) What sort of problems were you having with it, and your hardware? Rawiri On Thursday 06 September 2007 23:33:54 Graeme Kiyoto-Ward wrote: > Hi > > I have never given Desktop BSD a try. I will give it a go when the next > release is out. > > PCBSD is good for very new users, and I suppose my question is whether > BSD has a contender in the beginner space. Linux has a number of > contenders working in that space, and strangely enough so does Solaris > now (http://www.gnusolaris.org/gswiki) - not that I'm in a hurry to give > that a try... > > The one downfall that PCBSD had was an absolute inability to install > gcompris (whether from ports or packages), that and my extraordinary bad > luck with FreeBSD and hardware. > > Regards > > Graeme Kiyoto-Ward From fkw at paradise.net.nz Sat Sep 8 06:07:59 2007 From: fkw at paradise.net.nz (Graeme Kiyoto-Ward) Date: Sat, 08 Sep 2007 22:07:59 +1200 Subject: [nzfug-general] The suitability of desktop BSDs for beginners? In-Reply-To: <200709080056.23223.rawiri.blundell@ihug.co.nz> References: <46DE7AE5.7030009@paradise.net.nz> <200709060855.19981.rawiri.blundell@ihug.co.nz> <46DFE5A2.70603@paradise.net.nz> <200709080056.23223.rawiri.blundell@ihug.co.nz> Message-ID: <46E2747F.8030704@paradise.net.nz> Hi Gcompris is great for my 5 year old. It looks great too - it's one of the real 'show-off' open source application (made sweeter by the fact that the Gcompris team charge for the windows version). If you want to convince someone of what open source can produce (and they happy with windows, and have office and any other programs they think they need): gcompris (cut down demo version is available to show windows users what they are missing) stellarium celestia Obviously the are other applications like scribus, gimp, audacity, etc but those above have few proprietry equivalents. Hardware: Video card - NV driver doesn't support my card (yet) easily overcome by using vesa and loading nvidia binary drivers. Network card - admitted easily solve because I have a spare that I know does work. Sound - that's the killer Haven't got FreeBSD loaded so can't post any dmesg or the like. Regards Graeme Kiyoto-Ward Rawiri Blundell wrote: > I just tested, Gcompis installed and runs fine on DBSD, could do with some > more giant killing robots though :) > > What sort of problems were you having with it, and your hardware? > > Rawiri > > On Thursday 06 September 2007 23:33:54 Graeme Kiyoto-Ward wrote: > >> Hi >> >> I have never given Desktop BSD a try. I will give it a go when the next >> release is out. >> >> PCBSD is good for very new users, and I suppose my question is whether >> BSD has a contender in the beginner space. Linux has a number of >> contenders working in that space, and strangely enough so does Solaris >> now (http://www.gnusolaris.org/gswiki) - not that I'm in a hurry to give >> that a try... >> >> The one downfall that PCBSD had was an absolute inability to install >> gcompris (whether from ports or packages), that and my extraordinary bad >> luck with FreeBSD and hardware. >> >> Regards >> >> Graeme Kiyoto-Ward >> > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general > > From fkw at paradise.net.nz Mon Sep 10 06:53:25 2007 From: fkw at paradise.net.nz (Graeme Kiyoto-Ward) Date: Mon, 10 Sep 2007 22:53:25 +1200 Subject: [nzfug-general] Desktop BSD Message-ID: <46E52225.9040100@paradise.net.nz> Hi I downloaded Desktop BSD 1.6 RC3 and gave it a shot. Overall results were very impressive. Video - worked (thanks Nvidia for FreeBSD drivers), network card - worked, sound - started disabled for some reason but worked when I enabled it int he JDE control centre. Only issue was installer failed. Got to a point where it asked whether I wanted to install or to repair/upgrade. If I selected install, the installer closed without warning. Selecting repair/upgrade got me to the next screen but obviously stopped there because there was nothing to upgrade. Will watch Desktop BSD for the release of 1.6. This will get FreeBSD back on my system! Regards Graeme Kiyoto-Ward From rawiri.blundell at ihug.co.nz Mon Sep 10 16:13:56 2007 From: rawiri.blundell at ihug.co.nz (Rawiri Blundell) Date: Tue, 11 Sep 2007 08:13:56 +1200 Subject: [nzfug-general] Desktop BSD In-Reply-To: <46E52225.9040100@paradise.net.nz> References: <46E52225.9040100@paradise.net.nz> Message-ID: <200709110813.56798.rawiri.blundell@ihug.co.nz> Hi Graeme, good to hear you had a mostly positive experience. Did you run the installer straight off the bat or from the live environment? Don't know why I'm asking, I'm not a dev :) Either way, any problems or suggestions - feel free to use trac: http://svn.desktopbsd.net/trac Now's the time to be doing so to ensure as many issues in RC3 are sorted for the 1.6 Final. And check out the forums and the wiki (where I'm slowly piecing together a user's handbook, in between work and cranking my Wii) Rawiri On Monday 10 September 2007 22:53:25 Graeme Kiyoto-Ward wrote: > Hi > > I downloaded Desktop BSD 1.6 RC3 and gave it a shot. Overall results > were very impressive. Video - worked (thanks Nvidia for FreeBSD > drivers), network card - worked, sound - started disabled for some > reason but worked when I enabled it int he JDE control centre. > > Only issue was installer failed. Got to a point where it asked whether I > wanted to install or to repair/upgrade. If I selected install, the > installer closed without warning. Selecting repair/upgrade got me to the > next screen but obviously stopped there because there was nothing to > upgrade. > > Will watch Desktop BSD for the release of 1.6. This will get FreeBSD > back on my system! > > Regards > > Graeme Kiyoto-Ward > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general From thompsa at FreeBSD.org Sun Sep 16 19:29:25 2007 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon, 17 Sep 2007 11:29:25 +1200 Subject: [nzfug-general] timezone Message-ID: <20070916232925.GA2742@heff.fud.org.nz> Hi, I have been updating a bunch of machines for the new timezone data. It seems just updating the tzdata is not sufficient since /etc/localtime is usually a copy of /usr/share/zoneinfo/Pacific/Auckland, this needs to be recopied too (or rerun tzsetup). What procedure have other people been using? cheers, Andrew From thompsa at FreeBSD.org Sun Sep 16 20:04:27 2007 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon, 17 Sep 2007 12:04:27 +1200 Subject: [nzfug-general] timezone In-Reply-To: <46EDC049.3000709@ihug.co.nz> References: <20070916232925.GA2742@heff.fud.org.nz> <46EDC049.3000709@ihug.co.nz> Message-ID: <20070917000427.GB2742@heff.fud.org.nz> On Mon, Sep 17, 2007 at 11:46:17AM +1200, Bryce Watkins wrote: > Hi Andrew, > > Have you been using the ports/misc/zoneinfo method, or some other means? Updating the os to RELENG_6. I see the pkg message for misc/zoneinfo explicitly says to run tzsetup again which is helpful. > Andrew Thompson wrote: > >Hi, > > > > > >I have been updating a bunch of machines for the new timezone data. It > >seems just updating the tzdata is not sufficient since /etc/localtime is > >usually a copy of /usr/share/zoneinfo/Pacific/Auckland, this needs to > >be recopied too (or rerun tzsetup). > > > >What procedure have other people been using? > > > > > > > >cheers, > >Andrew > >_______________________________________________ > >nzfug-general mailing list > >nzfug-general at lists.nz.freebsd.org > >http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general > > > > From bwatkins at ihug.co.nz Sun Sep 16 19:46:17 2007 From: bwatkins at ihug.co.nz (Bryce Watkins) Date: Mon, 17 Sep 2007 11:46:17 +1200 Subject: [nzfug-general] timezone In-Reply-To: <20070916232925.GA2742@heff.fud.org.nz> References: <20070916232925.GA2742@heff.fud.org.nz> Message-ID: <46EDC049.3000709@ihug.co.nz> Hi Andrew, Have you been using the ports/misc/zoneinfo method, or some other means? Cheers, Bryce. Andrew Thompson wrote: > Hi, > > > I have been updating a bunch of machines for the new timezone data. It > seems just updating the tzdata is not sufficient since /etc/localtime is > usually a copy of /usr/share/zoneinfo/Pacific/Auckland, this needs to > be recopied too (or rerun tzsetup). > > What procedure have other people been using? > > > > cheers, > Andrew > _______________________________________________ > nzfug-general mailing list > nzfug-general at lists.nz.freebsd.org > http://lists.nz.freebsd.org/mailman/listinfo/nzfug-general > > From thompsa at FreeBSD.org Thu Sep 20 18:24:40 2007 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Fri, 21 Sep 2007 10:24:40 +1200 Subject: [nzfug-general] Sept snapshots Message-ID: <20070920222440.GA45924@heff.fud.org.nz> Hi, I have put up the September snapshots for 7.0 if anyone wants to try it out. ftp://nzfug.nz.freebsd.org/pub/FreeBSD/snaps cheers, Andrew From leety at ihug.co.nz Sat Sep 22 09:47:06 2007 From: leety at ihug.co.nz (LEE Tet Yoon) Date: Sun, 23 Sep 2007 01:47:06 +1200 Subject: [nzfug-general] timezone In-Reply-To: <20070916232925.GA2742@heff.fud.org.nz> References: <20070916232925.GA2742@heff.fud.org.nz> Message-ID: <634796$tu49k@smtp.mailfilter3.ihug.co.nz> At 11:29 a.m. 17/09/2007, you wrote: >Hi, > > >I have been updating a bunch of machines for the new timezone data. It >seems just updating the tzdata is not sufficient since /etc/localtime is >usually a copy of /usr/share/zoneinfo/Pacific/Auckland, this needs to >be recopied too (or rerun tzsetup). > >What procedure have other people been using? Basically the same as you Short story Retrieve latest file from CVS for releng6 Replace /usr/src/share/zoneinfo/australasia with new file make clean && make install tzsetup Verify it worked with zdump -v /etc/localtime | grep 2007 && zdump -v /etc/localtime | grep 2008 Long story: A bit late but I realised I better get on to it. I'm still fairly new to FreeBSD but was able to work it out after some time. I first tried applying the diff as mentioned here http://lists.freebsd.org/pipermail/freebsd-bugs/2007-August/025661.html but that didn't work I presume because this is intended for the CVS file. I then tried using the file from here ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/src/share/zoneinfo but make didn't work then, not surprisingly as this is a CVS file. I then realised what I wanted was the source file for my platform (6.2) so I retrieved the latest releng6 file from http://www.freebsd.org/cgi/cvsweb.cgi/src/share/zoneinfo/australasia and used that and make etc worked fine. Then I tried tzconfig as the message suggested. This didn't work as it didn't seem to exist and when searching I quickly realised tzconfig for FreeBSD probably doesn't exist since the first result is that email and there are no other helpful looking results. tzconfig is for linux. After a little more searching I realised tzsetup was what I wanted so I used that. I also came across this http://articles.techrepublic.com.com/5100-10877_11-6163042.html article which was helpful since it told me the easiest way to verify it all worked is by 'zdump -v /etc/localtime | grep 2007' and also 'zdump -v /etc/localtime | grep 2008' and make sure you have the correct dates. If it specifies October for the start date in 2007 and March for the end in 2008 obviously it didn't work properly. From thompsa at FreeBSD.org Mon Sep 24 22:35:29 2007 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Tue, 25 Sep 2007 14:35:29 +1200 Subject: [nzfug-general] PC-BSD 1.4 Released! Message-ID: <20070925023529.GA98538@heff.fud.org.nz> Ive put the iso up @ ftp://nzfug.nz.freebsd.org/pub/FreeBSD/PCBSD/ --- The PC-BSD team is pleased to announce the availability of PC-BSD 1.4 (da Vinci edition)! This release is made available via the efforts of many developers and testers, who have spent the past months refining and improving upon the core PC-BSD experience. PC-BSD 1.4 retail editions are now available to be purchased via our store provided by freebsdmall.com, or it may be freely downloaded on the 1.4 download page. This release of PC-BSD includes several notable highlights, including: * Moving the FreeBSD base version to 6-STABLE * Xorg 7.2 * KDE 3.5.7 * Compiz-Fusion 0.5.2 * Support for Flash7 in native BSD browsers. (Konq, Opera, FireFox) * Official NVIDIA drivers to simplify activating Hardware acceleration. From thompsa at FreeBSD.org Sun Sep 2 05:26:22 2007 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun, 02 Sep 2007 09:26:22 -0000 Subject: [nzfug-general] cvs commit: src/share/zoneinfo africa antarctica asia australasia backward europe leapseconds northamerica southamerica zone.tab In-Reply-To: <200709020124.l821O9U8015913@repoman.freebsd.org> References: <200709020124.l821O9U8015913@repoman.freebsd.org> Message-ID: <20070902092557.GA1387@heff.fud.org.nz> FYI, the latest timezone data has been committed to 6-STABLE. On Sun, Sep 02, 2007 at 01:24:09AM +0000, Edwin Groothuis wrote: > edwin 2007-09-02 01:24:09 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/zoneinfo africa antarctica asia australasia > backward europe leapseconds northamerica > southamerica zone.tab > Log: > MFC of src/share/zoneinfo > MFV: tzdata2007g > > PR: conf/115706 > Submitted by: edwin@ > Obtained from: ftp://elsie.nci.nih.gov/pub/ > > Revision Changes Path > 1.14.14.5 +26 -4 src/share/zoneinfo/africa > 1.1.2.10.12.4 +22 -12 src/share/zoneinfo/antarctica > 1.25.2.5 +45 -11 src/share/zoneinfo/asia > 1.25.10.5 +121 -74 src/share/zoneinfo/australasia > 1.1.2.11.2.5 +3 -1 src/share/zoneinfo/backward > 1.29.2.5 +58 -19 src/share/zoneinfo/europe > 1.13.2.4 +20 -30 src/share/zoneinfo/leapseconds > 1.25.2.5 +179 -65 src/share/zoneinfo/northamerica > 1.24.2.5 +65 -43 src/share/zoneinfo/southamerica > 1.17.2.4 +20 -16 src/share/zoneinfo/zone.tab > > http://cvsweb.FreeBSD.org/src/share/zoneinfo/africa.diff?r1=1.14.14.4&r2=1.14.14.5 > --- src/share/zoneinfo/africa 2006/10/16 11:53:21 1.14.14.4 > +++ src/share/zoneinfo/africa 2007/09/02 01:24:08 1.14.14.5 > @@ -1,4 +1,4 @@ > -# @(#)africa 8.5 > +# @(#)africa 8.9 > #
>  
>  # This data is by no means authoritative; if you think you know better,
> @@ -218,7 +218,15 @@ Rule	Egypt	1995	2005	-	Sep	lastThu	23:00
>  # after observing the daylight saving time since May.
>  # http://news.gom.com.eg/gazette/pdf/2006/09/18/01.pdf
>  Rule	Egypt	2006	only	-	Sep	21	23:00s	0	-
> -Rule	Egypt	2007	max	-	Sep	lastThu	23:00s	0	-
> +# From Dirk Losch (2007-08-14):
> +# I received a mail from an airline which says that the daylight
> +# saving time in Egypt will end in the night of 2007-09-06 to 2007-09-07.
> +# From Jesper Norgaard Welen (2007-08-15): [The following agree:]
> +# http://www.nentjes.info/Bill/bill5.htm 
> +# http://www.timeanddate.com/worldclock/city.html?n=53
> +# From Paul Eggert (2007-08-17):
> +# For lack of better info, assume the new rule is first Thursday.
> +Rule	Egypt	2007	max	-	Sep	Thu>=1	23:00s	0	-
>  
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	Africa/Cairo	2:05:00 -	LMT	1900 Oct
> @@ -232,8 +240,8 @@ Zone	Africa/Malabo	0:35:08 -	LMT	1912
>  
>  # Eritrea
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> -Zone	Africa/Asmera	2:35:32 -	LMT	1870
> -			2:35:32	-	AMT	1890	      # Asmera Mean Time
> +Zone	Africa/Asmara	2:35:32 -	LMT	1870
> +			2:35:32	-	AMT	1890	      # Asmara Mean Time
>  			2:35:20	-	ADMT	1936 May 5    # Adis Dera MT
>  			3:00	-	EAT
>  
> @@ -416,6 +424,20 @@ Zone	Africa/Maputo	2:10:20 -	LMT	1903 Ma
>  # Namibia
>  # The 1994-04-03 transition is from Shanks & Pottenger.
>  # Shanks & Pottenger report no DST after 1998-04; go with IATA.
> +
> +# From Petronella Sibeene (2007-03-30) in
> +# :
> +# While the entire country changes its time, Katima Mulilo and other
> +# settlements in Caprivi unofficially will not because the sun there
> +# rises and sets earlier compared to other regions.  Chief of
> +# Forecasting Riaan van Zyl explained that the far eastern parts of
> +# the country are close to 40 minutes earlier in sunrise than the rest
> +# of the country.
> +# 
> +# From Paul Eggert (2007-03-31):
> +# Apparently the Caprivi Strip informally observes Botswana time, but
> +# we have no details.  In the meantime people there can use Africa/Gaborone.
> +
>  # RULE	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Namibia	1994	max	-	Sep	Sun>=1	2:00	1:00	S
>  Rule	Namibia	1995	max	-	Apr	Sun>=1	2:00	0	-
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/antarctica.diff?r1=1.1.2.10.12.3&r2=1.1.2.10.12.4
> --- src/share/zoneinfo/antarctica	2006/05/11 04:55:10	1.1.2.10.12.3
> +++ src/share/zoneinfo/antarctica	2007/09/02 01:24:08	1.1.2.10.12.4
> @@ -1,4 +1,4 @@
> -# @(#)antarctica	8.2
> +# @(#)antarctica	8.4
>  # 
>  
>  # From Paul Eggert (1999-11-15):
> @@ -33,19 +33,27 @@ Rule	RussAQ	1996	max	-	Oct	lastSun	 2:00
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	ArgAQ	1964	1966	-	Mar	 1	0:00	0	-
>  Rule	ArgAQ	1964	1966	-	Oct	15	0:00	1:00	S
> -Rule	ArgAQ	1967	only	-	Apr	 1	0:00	0	-
> +Rule	ArgAQ	1967	only	-	Apr	 2	0:00	0	-
>  Rule	ArgAQ	1967	1968	-	Oct	Sun>=1	0:00	1:00	S
>  Rule	ArgAQ	1968	1969	-	Apr	Sun>=1	0:00	0	-
>  Rule	ArgAQ	1974	only	-	Jan	23	0:00	1:00	S
>  Rule	ArgAQ	1974	only	-	May	 1	0:00	0	-
> -Rule	ArgAQ	1974	1976	-	Oct	Sun>=1	0:00	1:00	S
> -Rule	ArgAQ	1975	1977	-	Apr	Sun>=1	0:00	0	-
> -Rule	ChileAQ	1966	1997	-	Oct	Sun>=9	0:00	1:00	S
> -Rule	ChileAQ	1967	1998	-	Mar	Sun>=9	0:00	0	-
> -Rule	ChileAQ	1998	only	-	Sep	27	0:00	1:00	S
> -Rule	ChileAQ	1999	only	-	Apr	 4	0:00	0	-
> -Rule	ChileAQ	1999	max	-	Oct	Sun>=9	0:00	1:00	S
> -Rule	ChileAQ	2000	max	-	Mar	Sun>=9	0:00	0	-
> +Rule	ChileAQ	1972	1986	-	Mar	Sun>=9	3:00u	0	-
> +Rule	ChileAQ	1974	1987	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	ChileAQ	1987	only	-	Apr	12	3:00u	0	-
> +Rule	ChileAQ	1988	1989	-	Mar	Sun>=9	3:00u	0	-
> +Rule	ChileAQ	1988	only	-	Oct	Sun>=1	4:00u	1:00	S
> +Rule	ChileAQ	1989	only	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	ChileAQ	1990	only	-	Mar	18	3:00u	0	-
> +Rule	ChileAQ	1990	only	-	Sep	16	4:00u	1:00	S
> +Rule	ChileAQ	1991	1996	-	Mar	Sun>=9	3:00u	0	-
> +Rule	ChileAQ	1991	1997	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	ChileAQ	1997	only	-	Mar	30	3:00u	0	-
> +Rule	ChileAQ	1998	only	-	Mar	Sun>=9	3:00u	0	-
> +Rule	ChileAQ	1998	only	-	Sep	27	4:00u	1:00	S
> +Rule	ChileAQ	1999	only	-	Apr	 4	3:00u	0	-
> +Rule	ChileAQ	1999	max	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	ChileAQ	2000	max	-	Mar	Sun>=9	3:00u	0	-
>  
>  
>  # Argentina - year-round bases
> @@ -183,10 +191,12 @@ Zone Antarctica/Syowa	0	-	zzz	1957 Jan 2
>  Rule	NZAQ	1974	only	-	Nov	 3	2:00s	1:00	D
>  Rule	NZAQ	1975	1988	-	Oct	lastSun	2:00s	1:00	D
>  Rule	NZAQ	1989	only	-	Oct	 8	2:00s	1:00	D
> -Rule	NZAQ	1990	max	-	Oct	Sun>=1	2:00s	1:00	D
> +Rule	NZAQ	1990	2006	-	Oct	Sun>=1	2:00s	1:00	D
>  Rule	NZAQ	1975	only	-	Feb	23	2:00s	0	S
>  Rule	NZAQ	1976	1989	-	Mar	Sun>=1	2:00s	0	S
> -Rule	NZAQ	1990	max	-	Mar	Sun>=15	2:00s	0	S
> +Rule	NZAQ	1990	2007	-	Mar	Sun>=15	2:00s	0	S
> +Rule	NZAQ	2007	max	-	Sep	lastSun	2:00s	1:00	D
> +Rule	NZAQ	2008	max	-	Apr	Sun>=1	2:00s	0	S
>  
>  # Norway - territories
>  # Bouvet (never inhabited)
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/asia.diff?r1=1.25.2.4&r2=1.25.2.5
> --- src/share/zoneinfo/asia	2006/10/16 11:53:21	1.25.2.4
> +++ src/share/zoneinfo/asia	2007/09/02 01:24:08	1.25.2.5
> @@ -1,4 +1,4 @@
> -# %W%
> +# @(#)asia	8.11
>  # 
>  
>  # This data is by no means authoritative; if you think you know better,
> @@ -217,7 +217,7 @@ Rule	PRC	1987	1991	-	Apr	Sun>=10	0:00	1:
>  # BTW, I did some research on-line and found some info regarding these five
>  # historic timezones from some Taiwan websites.  And yes, there are official
>  # Chinese names for these locales (before 1949).
> -# 
> +#
>  # From Jesper Norgaard Welen (2006-07-14):
>  # I have investigated the timezones around 1970 on the
>  # http://www.astro.com/atlas site [with provinces and county
> @@ -413,6 +413,8 @@ Zone	Asia/Tbilisi	2:59:16 -	LMT	1880
>  
>  # East Timor
>  
> +# See Indonesia for the 1945 transition.
> +
>  # From Joao Carrascalao, brother of the former governor of East Timor, in
>  # 
>  # East Timor may be late for its millennium
> @@ -437,7 +439,7 @@ Zone	Asia/Tbilisi	2:59:16 -	LMT	1880
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	Asia/Dili	8:22:20 -	LMT	1912
>  			8:00	-	TLT	1942 Feb 21 23:00 # E Timor Time
> -			9:00	-	JST	1945 Aug
> +			9:00	-	JST	1945 Sep 23
>  			9:00	-	TLT	1976 May  3
>  			8:00	-	CIT	2000 Sep 17 00:00
>  			9:00	-	TLT
> @@ -463,6 +465,19 @@ Zone	Asia/Calcutta	5:53:28 -	LMT	1880	# 
>  # time zone maps, I think that must refer to Western Borneo (Kalimantan Barat
>  # and Kalimantan Tengah) switching from UTC+8 to UTC+7.
>  #
> +# From Paul Eggert (2007-03-10):
> +# Here is another correction to Shanks & Pottenger.
> +# JohnTWB writes that Japanese forces did not surrender control in
> +# Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and
> +# other formal surrender ceremonies were September 9, 11, and 13, plus
> +# September 12 for the regional surrender to Mountbatten in Singapore.
> +# These would be the earliest possible times for a change.
> +# Regimes horaires pour le monde entier, by Henri Le Corre, (Editions
> +# Traditionnelles, 1987, Paris) says that Java and Madura switched
> +# from JST to UTC+07:30 on 1945-09-23, and gives 1944-09-01 for Jayapura
> +# (Hollandia).  For now, assume all Indonesian locations other than Jayapura
> +# switched on 1945-09-23.
> +#
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Asia/Jakarta	7:07:12 -	LMT	1867 Aug 10
>  # Shanks & Pottenger say the next transition was at 1924 Jan 1 0:13,
> @@ -470,7 +485,7 @@ Zone Asia/Jakarta	7:07:12 -	LMT	1867 Aug
>  			7:07:12	-	JMT	1923 Dec 31 23:47:12 # Jakarta
>  			7:20	-	JAVT	1932 Nov	 # Java Time
>  			7:30	-	WIT	1942 Mar 23
> -			9:00	-	JST	1945 Aug
> +			9:00	-	JST	1945 Sep 23
>  			7:30	-	WIT	1948 May
>  			8:00	-	WIT	1950 May
>  			7:30	-	WIT	1964
> @@ -478,7 +493,7 @@ Zone Asia/Jakarta	7:07:12 -	LMT	1867 Aug
>  Zone Asia/Pontianak	7:17:20	-	LMT	1908 May
>  			7:17:20	-	PMT	1932 Nov    # Pontianak MT
>  			7:30	-	WIT	1942 Jan 29
> -			9:00	-	JST	1945 Aug
> +			9:00	-	JST	1945 Sep 23
>  			7:30	-	WIT	1948 May
>  			8:00	-	WIT	1950 May
>  			7:30	-	WIT	1964
> @@ -487,10 +502,10 @@ Zone Asia/Pontianak	7:17:20	-	LMT	1908 M
>  Zone Asia/Makassar	7:57:36 -	LMT	1920
>  			7:57:36	-	MMT	1932 Nov    # Macassar MT
>  			8:00	-	CIT	1942 Feb  9
> -			9:00	-	JST	1945 Aug
> +			9:00	-	JST	1945 Sep 23
>  			8:00	-	CIT
>  Zone Asia/Jayapura	9:22:48 -	LMT	1932 Nov
> -			9:00	-	EIT	1944
> +			9:00	-	EIT	1944 Sep  1
>  			9:30	-	CST	1964
>  			9:00	-	EIT
>  
> @@ -614,7 +629,7 @@ Rule	Iraq	1985	1990	-	Sep	lastSun	1:00s	
>  Rule	Iraq	1986	1990	-	Mar	lastSun	1:00s	1:00	D
>  # IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo.
>  # Shanks & Pottenger say Iraq did not observe DST 1992/1997; ignore this.
> -# 
> +#
>  Rule	Iraq	1991	max	-	Apr	 1	3:00s	1:00	D
>  Rule	Iraq	1991	max	-	Oct	 1	3:00s	0	S
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> @@ -1146,6 +1161,14 @@ Zone	Asia/Pyongyang	8:23:00 -	LMT	1890
>  
>  # Kuwait
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> +# From the Arab Times (2007-03-14):
> +# The Civil Service Commission (CSC) has approved a proposal forwarded
> +# by MP Ahmad Baqer on implementing the daylight saving time (DST) in
> +# Kuwait starting from April until the end of Sept this year, reports Al-Anba.
> +# .
> +# From Paul Eggert (2007-03-29):
> +# We don't know the details, or whether the approval means it'll happen,
> +# so for now we assume no DST.
>  Zone	Asia/Kuwait	3:11:56 -	LMT	1950
>  			3:00	-	AST
>  
> @@ -1293,6 +1316,11 @@ Zone	Indian/Maldives	4:54:00 -	LMT	1880	
>  # parliament passed during the tumultuous winter session."
>  # For now, let's ignore this information, until we have more confirmation.
>  
> +# From Ganbold Ts. (2007-02-26):
> +# Parliament of Mongolia has just changed the daylight-saving rule in February.
> +# They decided not to adopt daylight-saving time....
> +# http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
> +
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Mongol	1983	1984	-	Apr	1	0:00	1:00	S
>  Rule	Mongol	1983	only	-	Oct	1	0:00	0	-
> @@ -1311,8 +1339,8 @@ Rule	Mongol	1985	1998	-	Mar	lastSun	0:00
>  Rule	Mongol	1984	1998	-	Sep	lastSun	0:00	0	-
>  # IATA SSIM (1999-09) says Mongolia no longer observes DST.
>  Rule	Mongol	2001	only	-	Apr	lastSat	2:00	1:00	S
> -Rule	Mongol	2001	max	-	Sep	lastSat	2:00	0	-
> -Rule	Mongol	2002	max	-	Mar	lastSat	2:00	1:00	S
> +Rule	Mongol	2001	2006	-	Sep	lastSat	2:00	0	-
> +Rule	Mongol	2002	2006	-	Mar	lastSat	2:00	1:00	S
>  
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  # Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta
> @@ -1690,11 +1718,17 @@ Rule	Syria	1993	only	-	Sep	25	0:00	0	-
>  Rule	Syria	1994	1996	-	Apr	 1	0:00	1:00	S
>  Rule	Syria	1994	2005	-	Oct	 1	0:00	0	-
>  Rule	Syria	1997	1998	-	Mar	lastMon	0:00	1:00	S
> -Rule	Syria	1999	max	-	Apr	 1	0:00	1:00	S
> +Rule	Syria	1999	2006	-	Apr	 1	0:00	1:00	S
>  # From Stephen Colebourne (2006-09-18):
>  # According to IATA data, Syria will change DST on 21st September [21:00 UTC]
>  # this year [only]....  This is probably related to Ramadan, like Egypt.
>  Rule	Syria	2006	only	-	Sep	22	0:00	0	-
> +# From Paul Eggert (2007-03-29):
> +# Today the AP reported "Syria will switch to summertime at midnight Thursday."
> +# http://www.iht.com/articles/ap/2007/03/29/africa/ME-GEN-Syria-Time-Change.php
> +# For lack of better info, assume the rule changed to "last Friday in March"
> +# this year.
> +Rule	Syria	2007	max	-	Mar	lastFri	0:00	1:00	S
>  Rule	Syria	2007	max	-	Oct	 1	0:00	0	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	Asia/Damascus	2:25:12 -	LMT	1920	# Dimashq
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/australasia.diff?r1=1.25.10.4&r2=1.25.10.5
> --- src/share/zoneinfo/australasia	2006/10/16 11:53:21	1.25.10.4
> +++ src/share/zoneinfo/australasia	2007/09/02 01:24:08	1.25.10.5
> @@ -1,4 +1,4 @@
> -# @(#)australasia	8.3
> +# @(#)australasia	8.8
>  # 
>  
>  # This file also includes Pacific islands.
> @@ -29,15 +29,24 @@ Zone Australia/Darwin	 8:43:20 -	LMT	189
>  			 9:00	-	CST	1899 May
>  			 9:30	Aus	CST
>  # Western Australia
> +#
> +# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> +Rule	AW	1974	only	-	Oct	lastSun	2:00s	1:00	-
> +Rule	AW	1975	only	-	Mar	Sun>=1	2:00s	0	-
> +Rule	AW	1983	only	-	Oct	lastSun	2:00s	1:00	-
> +Rule	AW	1984	only	-	Mar	Sun>=1	2:00s	0	-
> +Rule	AW	1991	only	-	Nov	17	2:00s	1:00	-
> +Rule	AW	1992	only	-	Mar	Sun>=1	2:00s	0	-
> +Rule	AW	2006	only	-	Dec	 3	2:00s	1:00	-
> +Rule	AW	2007	2009	-	Mar	lastSun	2:00s	0	-
> +Rule	AW	2007	2008	-	Oct	lastSun	2:00s	1:00	-
>  Zone Australia/Perth	 7:43:24 -	LMT	1895 Dec
>  			 8:00	Aus	WST	1943 Jul
> -			 8:00	-	WST	1974 Oct lastSun 2:00s
> -			 8:00	1:00	WST	1975 Mar Sun>=1 2:00s
> -			 8:00	-	WST	1983 Oct lastSun 2:00s
> -			 8:00	1:00	WST	1984 Mar Sun>=1 2:00s
> -			 8:00	-	WST	1991 Nov 17 2:00s
> -			 8:00	1:00	WST	1992 Mar Sun>=1 2:00s
> -			 8:00	-	WST
> +			 8:00	AW	WST
> +Zone Australia/Eucla	 8:35:28 -	LMT	1895 Dec
> +			 8:45	Aus	CWST	1943 Jul
> +			 8:45	AW	CWST
> +
>  # Queensland
>  #
>  # From Alex Livingston (1996-11-01):
> @@ -70,7 +79,7 @@ Zone Australia/Lindeman  9:55:56 -	LMT	1
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	AS	1971	1985	-	Oct	lastSun	2:00s	1:00	-
>  Rule	AS	1986	only	-	Oct	19	2:00s	1:00	-
> -Rule	AS	1987	max	-	Oct	lastSun	2:00s	1:00	-
> +Rule	AS	1987	2007	-	Oct	lastSun	2:00s	1:00	-
>  Rule	AS	1972	only	-	Feb	27	2:00s	0	-
>  Rule	AS	1973	1985	-	Mar	Sun>=1	2:00s	0	-
>  Rule	AS	1986	1989	-	Mar	Sun>=15	2:00s	0	-
> @@ -81,7 +90,9 @@ Rule	AS	1993	only	-	Mar	Sun>=1	2:00s	0	-
>  Rule	AS	1994	only	-	Mar	Sun>=18	2:00s	0	-
>  Rule	AS	1995	2005	-	Mar	lastSun	2:00s	0	-
>  Rule	AS	2006	only	-	Apr	Sun>=1	2:00s	0	-
> -Rule	AS	2007	max	-	Mar	lastSun	2:00s	0	-
> +Rule	AS	2007	only	-	Mar	lastSun	2:00s	0	-
> +Rule	AS	2008	max	-	Apr	Sun>=1	2:00s	0	-
> +Rule	AS	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Australia/Adelaide	9:14:20 -	LMT	1895 Feb
>  			9:00	-	CST	1899 May
> @@ -112,7 +123,8 @@ Rule	AT	1991	2005	-	Mar	lastSun	2:00s	0	
>  Rule	AT	2000	only	-	Aug	lastSun	2:00s	1:00	-
>  Rule	AT	2001	max	-	Oct	Sun>=1	2:00s	1:00	-
>  Rule	AT	2006	only	-	Apr	Sun>=1	2:00s	0	-
> -Rule	AT	2007	max	-	Mar	lastSun	2:00s	0	-
> +Rule	AT	2007	only	-	Mar	lastSun	2:00s	0	-
> +Rule	AT	2008	max	-	Apr	Sun>=1	2:00s	0	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Australia/Hobart	9:49:16	-	LMT	1895 Sep
>  			10:00	-	EST	1916 Oct 1 2:00
> @@ -136,9 +148,11 @@ Rule	AV	1988	1999	-	Oct	lastSun	2:00s	1:
>  Rule	AV	1991	1994	-	Mar	Sun>=1	2:00s	0	-
>  Rule	AV	1995	2005	-	Mar	lastSun	2:00s	0	-
>  Rule	AV	2000	only	-	Aug	lastSun	2:00s	1:00	-
> -Rule	AV	2001	max	-	Oct	lastSun	2:00s	1:00	-
> +Rule	AV	2001	2007	-	Oct	lastSun	2:00s	1:00	-
>  Rule	AV	2006	only	-	Apr	Sun>=1	2:00s	0	-
> -Rule	AV	2007	max	-	Mar	lastSun	2:00s	0	-
> +Rule	AV	2007	only	-	Mar	lastSun	2:00s	0	-
> +Rule	AV	2008	max	-	Apr	Sun>=1	2:00s	0	-
> +Rule	AV	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Australia/Melbourne 9:39:52 -	LMT	1895 Feb
>  			10:00	Aus	EST	1971
> @@ -157,9 +171,11 @@ Rule	AN	1987	1999	-	Oct	lastSun	2:00s	1:
>  Rule	AN	1990	1995	-	Mar	Sun>=1	2:00s	0	-
>  Rule	AN	1996	2005	-	Mar	lastSun	2:00s	0	-
>  Rule	AN	2000	only	-	Aug	lastSun	2:00s	1:00	-
> -Rule	AN	2001	max	-	Oct	lastSun	2:00s	1:00	-
> +Rule	AN	2001	2007	-	Oct	lastSun	2:00s	1:00	-
>  Rule	AN	2006	only	-	Apr	Sun>=1	2:00s	0	-
> -Rule	AN	2007	max	-	Mar	lastSun	2:00s	0	-
> +Rule	AN	2007	only	-	Mar	lastSun	2:00s	0	-
> +Rule	AN	2008	max	-	Apr	Sun>=1	2:00s	0	-
> +Rule	AN	2008	max	-	Oct	Sun>=1	2:00s	1:00	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Australia/Sydney	10:04:52 -	LMT	1895 Feb
>  			10:00	Aus	EST	1971
> @@ -182,9 +198,11 @@ Rule	LH	1987	1999	-	Oct	lastSun	2:00	0:3
>  Rule	LH	1990	1995	-	Mar	Sun>=1	2:00	0	-
>  Rule	LH	1996	2005	-	Mar	lastSun	2:00	0	-
>  Rule	LH	2000	only	-	Aug	lastSun	2:00	0:30	-
> -Rule	LH	2001	max	-	Oct	lastSun	2:00	0:30	-
> +Rule	LH	2001	2007	-	Oct	lastSun	2:00	0:30	-
>  Rule	LH	2006	only	-	Apr	Sun>=1	2:00	0	-
> -Rule	LH	2007	max	-	Mar	lastSun	2:00	0	-
> +Rule	LH	2007	only	-	Mar	lastSun	2:00	0	-
> +Rule	LH	2008	max	-	Apr	Sun>=1	2:00	0	-
> +Rule	LH	2008	max	-	Oct	Sun>=1	2:00	0:30	-
>  Zone Australia/Lord_Howe 10:36:20 -	LMT	1895 Feb
>  			10:00	-	EST	1981 Mar
>  			10:30	LH	LHST
> @@ -193,16 +211,16 @@ Zone Australia/Lord_Howe 10:36:20 -	LMT	
>  #
>  # Ashmore Is, Cartier
>  # no indigenous inhabitants; only seasonal caretakers
> -# like Australia/Perth, says Turner
> +# no times are set
>  #
>  # Coral Sea Is
>  # no indigenous inhabitants; only meteorologists
> -# no information
> +# no times are set
>  #
>  # Macquarie
>  # permanent occupation (scientific station) since 1948;
>  # sealing and penguin oil station operated 1888/1917
> -# like Australia/Hobart, says Turner
> +# like Australia/Hobart
>  
>  # Christmas
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> @@ -339,10 +357,14 @@ Rule	NZ	1976	1989	-	Mar	Sun>=1	2:00s	0	S
>  Rule	Chatham	1976	1989	-	Mar	Sun>=1	2:45s	0	S
>  Rule	NZ	1989	only	-	Oct	Sun>=8	2:00s	1:00	D
>  Rule	Chatham	1989	only	-	Oct	Sun>=8	2:45s	1:00	D
> -Rule	NZ	1990	max	-	Oct	Sun>=1	2:00s	1:00	D
> -Rule	Chatham	1990	max	-	Oct	Sun>=1	2:45s	1:00	D
> -Rule	NZ	1990	max	-	Mar	Sun>=15	2:00s	0	S
> -Rule	Chatham	1990	max	-	Mar	Sun>=15	2:45s	0	S
> +Rule	NZ	1990	2006	-	Oct	Sun>=1	2:00s	1:00	D
> +Rule	Chatham	1990	2006	-	Oct	Sun>=1	2:45s	1:00	D
> +Rule	NZ	1990	2007	-	Mar	Sun>=15	2:00s	0	S
> +Rule	Chatham	1990	2007	-	Mar	Sun>=15	2:45s	0	S
> +Rule	NZ	2007	max	-	Sep	lastSun	2:00s	1:00	D
> +Rule	Chatham	2007	max	-	Sep	lastSun	2:45s	1:00	D
> +Rule	NZ	2008	max	-	Apr	Sun>=1	2:00s	0	S
> +Rule	Chatham	2008	max	-	Apr	Sun>=1	2:45s	0	S
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone Pacific/Auckland	11:39:04 -	LMT	1868 Nov  2
>  			11:30	NZ	NZ%sT	1946 Jan  1
> @@ -440,11 +462,20 @@ Zone Pacific/Funafuti	11:56:52 -	LMT	190
>  # US minor outlying islands
>  
>  # Howland, Baker
> -# uninhabited since World War II
> -# no information; was probably like Pacific/Pago_Pago
> +# Howland was mined for guano by American companies 1857-1878 and British
> +# 1886-1891; Baker was similar but exact dates are not known.
> +# Inhabited by civilians 1935-1942; U.S. military bases 1943-1944;
> +# uninhabited thereafter.
> +# Howland observed Hawaii Standard Time (UTC-10:30) in 1937;
> +# see page 206 of Elgen M. Long and Marie K. Long,
> +# Amelia Earhart: the Mystery Solved, Simon & Schuster (2000).
> +# So most likely Howland and Baker observed Hawaii Time from 1935
> +# until they were abandoned after the war.
>  
>  # Jarvis
> -# uninhabited since 1958
> +# Mined for guano by American companies 1857-1879 and British 1883?-1891?.
> +# Inhabited by civilians 1935-1942; IGY scientific base 1957-1958;
> +# uninhabited thereafter.
>  # no information; was probably like Pacific/Kiritimati
>  
>  # Johnston
> @@ -534,6 +565,7 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  #		std dst
>  #		LMT	Local Mean Time
>  #	  8:00	WST WST	Western Australia
> +#	  8:45	CWST CWST Central Western Australia*
>  #	  9:00	JST	Japan
>  #	  9:30	CST CST	Central Australia
>  #	 10:00	EST EST	Eastern Australia
> @@ -806,65 +838,59 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # From Arthur David Olson (1992-03-08):
>  # The chosen rules the union of the 1971/1972 change and the 1989-1992 changes.
>  
> +# From Christopher Hunt (2006-11-21), after an advance warning
> +# from Jesper Norgaard Welen (2006-11-01):
> +# WA are trialing DST for three years.
> +# 
> +
>  # From Rives McDow (2002-04-09):
>  # The most interesting region I have found consists of three towns on the
> -# southern coast of Australia, population 10 at last report, along with
> -# 50,000 sheep, about 100 kilometers long and 40 kilometers into the
> -# continent.  The primary town is Madura, with the other towns being
> -# Mundrabilla and Eucla.  According to the sheriff of Madura, the
> -# residents got tired of having to change the time so often, as they are
> -# located in a strip overlapping the border of South Australia and Western
> -# Australia.  South Australia observes daylight saving time; Western
> +# southern coast....  South Australia observes daylight saving time; Western
>  # Australia does not.  The two states are one and a half hours apart.  The
>  # residents decided to forget about this nonsense of changing the clock so
>  # much and set the local time 20 hours and 45 minutes from the
>  # international date line, or right in the middle of the time of South
> -# Australia and Western Australia.  As it only affects about 10 people and
> -# tourists staying at the Madura Motel, it has never really made as big an
> -# impact as Broken Hill.  However, as tourist visiting there or anyone
> -# calling the local sheriff will attest, they do keep time in this way.
> +# Australia and Western Australia....
>  #
>  # From Paul Eggert (2002-04-09):
>  # This is confirmed by the section entitled
>  # "What's the deal with time zones???" in
> -# ,
> -# which says a few other things:
> +# .
>  #
> -# * Border Village, SA also is 45 minutes ahead of Perth.
> -# * The locals call this time zone "central W.A. Time" (presumably "CWAT").
> -# * The locals also call Western Australia time "Perth time".
> -#
> -# It's not clear from context whether everyone in Western Australia
> -# knows of this naming convention, or whether it's just the people in
> -# this subregion.
> -
> -# South Australia, Tasmania, Victoria
> +# From Alex Livingston (2006-12-07):
> +# ... it was just on four years ago that I drove along the Eyre Highway,
> +# which passes through eastern Western Australia close to the southern
> +# coast of the continent.
> +#
> +# I paid particular attention to the time kept there. There can be no
> +# dispute that UTC+08:45 was considered "the time" from the border
> +# village just inside the border with South Australia to as far west
> +# as just east of Caiguna. There can also be no dispute that Eucla is
> +# the largest population centre in this zone....
> +#
> +# Now that Western Australia is observing daylight saving, the
> +# question arose whether this part of the state would follow suit. I
> +# just called the border village and confirmed that indeed they have,
> +# meaning that they are now observing UTC+09:45.
> +#
> +# (2006-12-09):
> +# I personally doubt that either experimentation with daylight saving
> +# in WA or its introduction in SA had anything to do with the genesis
> +# of this time zone.  My hunch is that it's been around since well
> +# before 1975.  I remember seeing it noted on road maps decades ago.
> +
> +# From Paul Eggert (2006-12-15):
> +# For lack of better info, assume the tradition dates back to the
> +# introduction of standard time in 1895.
> +
> +
> +# southeast Australia
> +#
> +# From Paul Eggert (2007-07-23):
> +# Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT
> +# end DST the first Sunday in April and start DST the first Sunday in October.
> +# http://www.theage.com.au/news/national/daylight-savings-to-span-six-months/2007/06/27/1182623966703.html
>  
> -# From Arthur David Olson (1992-03-08):
> -# The rules from version 7.1 follow.
> -# There are lots of differences between these rules and
> -# the Shepherd et al. rules.  Since the Shepherd et al. rules
> -# and Bradley White's newspaper article are in agreement on
> -# current DST ending dates, no worries.
> -#
> -# Rule	Oz	1971	1985	-	Oct	lastSun	2:00	1:00	-
> -# Rule	Oz	1986	max	-	Oct	Sun>=18	2:00	1:00	-
> -# Rule	Oz	1972	only	-	Feb	27	3:00	0	-
> -# Rule	Oz	1973	1986	-	Mar	Sun>=1	3:00	0	-
> -# Rule	Oz	1987	max	-	Mar	Sun>=15	3:00	0	-
> -# Zone	Australia/Tasmania	10:00	Oz	EST
> -# Zone	Australia/South		9:30	Oz	CST
> -# Zone	Australia/Victoria	10:00	Oz	EST	1985 Oct lastSun 2:00
> -#				10:00	1:00	EST	1986 Mar Sun>=15 3:00
> -#				10:00	Oz	EST
> -
> -# From Robert Elz (1991-03-06):
> -# I believe that the current start date for DST is "lastSun" in Oct...
> -# that changed Oct 89.  That is, we're back to the
> -# original rule, and that rule currently applies in all the states
> -# that have dst, incl Qld.  (Certainly it was true in Vic).
> -# The file I'm including says that happened in 1988, I think
> -# that's incorrect, but I'm not 100% certain.
>  
>  # South Australia
>  
> @@ -910,6 +936,9 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # was gazetted in the Government Hansard on Sep 26 1994....
>  # start on last Sunday in October and end in last sunday in March.
>  
> +# From Paul Eggert (2007-07-23):
> +# See "southeast Australia" above for 2008 and later.
> +
>  # Tasmania
>  
>  # The rules for 1967 through 1991 were reported by George Shepherd
> @@ -932,6 +961,9 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # Sim Alam (2000-07-03) reported a legal citation for the 2000/2001 rules:
>  # http://www.thelaw.tas.gov.au/fragview/42++1968+GS3A at EN+2000070300
>  
> +# From Paul Eggert (2007-07-23):
> +# See "southeast Australia" above for 2008 and later.
> +
>  # Victoria
>  
>  # The rules for 1971 through 1991 were reported by George Shepherd
> @@ -961,6 +993,9 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # [1] http://www.hup.harvard.edu/catalog/HEISUN.html
>  # [2] http://www.shrine.org.au
>  
> +# From Paul Eggert (2007-07-23):
> +# See "southeast Australia" above for 2008 and later.
> +
>  # New South Wales
>  
>  # From Arthur David Olson:
> @@ -1027,6 +1062,9 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # The Queensland Premier Peter Beattie is encouraging northern NSW
>  # towns to use Queensland time.
>  
> +# From Paul Eggert (2007-07-23):
> +# See "southeast Australia" above for 2008 and later.
> +
>  # Yancowinna
>  
>  # From John Mackin (1989-01-04):
> @@ -1078,6 +1116,9 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # For Lord Howe dates we use Shanks & Pottenger through 1989, and
>  # Lonergan thereafter.  For times we use Lonergan.
>  
> +# From Paul Eggert (2007-07-23):
> +# See "southeast Australia" above for 2008 and later.
> +
>  ###############################################################################
>  
>  # New Zealand
> @@ -1121,6 +1162,12 @@ Zone	Pacific/Wallis	12:15:20 -	LMT	1901
>  # For Chatham, IATA SSIM (1991/1999) gives the NZ rules but with
>  # transitions at 2:45 local standard time; this confirms that Chatham
>  # is always exactly 45 minutes ahead of Auckland.
> +
> +# From Colin Sharples (2007-04-30):
> +# DST will now start on the last Sunday in September, and end on the
> +# first Sunday in April.  The changes take effect this year, meaning
> +# that DST will begin on 2007-09-30 2008-04-06.
> +# http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Daylight-Saving-Daylight-saving-to-be-extended
>  
>  ###############################################################################
>  
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/backward.diff?r1=1.1.2.11.2.4&r2=1.1.2.11.2.5
> --- src/share/zoneinfo/backward	2006/10/16 11:53:21	1.1.2.11.2.4
> +++ src/share/zoneinfo/backward	2007/09/02 01:24:08	1.1.2.11.2.5
> @@ -1,8 +1,9 @@
> -# @(#)backward	8.2
> +# @(#)backward	8.3
>  
>  # This file provides links between current names for time zones
>  # and their old names.  Many names changed in late 1993.
>  
> +Link	Africa/Asmara		Africa/Asmera
>  Link	Africa/Bamako		Africa/Timbuktu
>  Link	America/Argentina/Catamarca	America/Argentina/ComodRivadavia
>  Link	America/Adak		America/Atka
> @@ -28,6 +29,7 @@ Link	Asia/Jerusalem		Asia/Tel_Aviv
>  Link	Asia/Thimphu		Asia/Thimbu
>  Link	Asia/Makassar		Asia/Ujung_Pandang
>  Link	Asia/Ulaanbaatar	Asia/Ulan_Bator
> +Link	Atlantic/Faroe		Atlantic/Faeroe
>  Link	Australia/Sydney	Australia/ACT
>  Link	Australia/Sydney	Australia/Canberra
>  Link	Australia/Lord_Howe	Australia/LHI
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/europe.diff?r1=1.29.2.4&r2=1.29.2.5
> --- src/share/zoneinfo/europe	2006/10/16 11:53:21	1.29.2.4
> +++ src/share/zoneinfo/europe	2007/09/02 01:24:08	1.29.2.5
> @@ -1,4 +1,4 @@
> -# @(#)europe	8.6
> +# @(#)europe	8.11
>  # 
>  
>  # This data is by no means authoritative; if you think you know better,
> @@ -259,32 +259,32 @@
>  #   -- James Joyce, Ulysses
>  
>  # From Joseph S. Myers (2005-01-26):
> -# Irish laws are available online at www.irishstatutebook.ie.  These include 
> +# Irish laws are available online at www.irishstatutebook.ie.  These include
>  # various relating to legal time, for example:
> -# 
> +#
>  # ZZA13Y1923.html ZZA12Y1924.html ZZA8Y1925.html ZZSIV20PG1267.html
> -# 
> +#
>  # ZZSI71Y1947.html ZZSI128Y1948.html ZZSI23Y1949.html ZZSI41Y1950.html
>  # ZZSI27Y1951.html ZZSI73Y1952.html
> -# 
> +#
>  # ZZSI11Y1961.html ZZSI232Y1961.html ZZSI182Y1962.html
>  # ZZSI167Y1963.html ZZSI257Y1964.html ZZSI198Y1967.html
>  # ZZA23Y1968.html ZZA17Y1971.html
> -# 
> +#
>  # ZZSI67Y1981.html ZZSI212Y1982.html ZZSI45Y1986.html
>  # ZZSI264Y1988.html ZZSI52Y1990.html ZZSI371Y1992.html
>  # ZZSI395Y1994.html ZZSI484Y1997.html ZZSI506Y2001.html
>  #
>  # [These are all relative to the root, e.g., the first is
>  # .]
> -# 
> -# (These are those I found, but there could be more.  In any case these 
> -# should allow various updates to the comments in the europe file to cover 
> +#
> +# (These are those I found, but there could be more.  In any case these
> +# should allow various updates to the comments in the europe file to cover
>  # the laws applicable in Ireland.)
> -# 
> -# (Note that the time in the Republic of Ireland since 1968 has been defined 
> -# in terms of standard time being GMT+1 with a period of winter time when it 
> -# is GMT, rather than standard time being GMT with a period of summer time 
> +#
> +# (Note that the time in the Republic of Ireland since 1968 has been defined
> +# in terms of standard time being GMT+1 with a period of winter time when it
> +# is GMT, rather than standard time being GMT with a period of summer time
>  # being GMT+1.)
>  
>  # From Paul Eggert (1999-03-28):
> @@ -444,7 +444,7 @@ Zone	Europe/Dublin	-0:25:00 -	LMT	1880 A
>  
>  ###############################################################################
>  
> -# Continental Europe
> +# Europe
>  
>  # EU rules are for the European Union, previously known as the EC, EEC,
>  # Common Market, etc.
> @@ -754,7 +754,7 @@ Zone	Europe/Prague	0:57:44 -	LMT	1850
>  			1:00	Czech	CE%sT	1979
>  			1:00	EU	CE%sT
>  
> -# Denmark, Faeroe Islands, and Greenland
> +# Denmark, Faroe Islands, and Greenland
>  
>  # From Jesper Norgaard Welen (2005-04-26):
>  # http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law
> @@ -809,7 +809,7 @@ Zone Europe/Copenhagen	 0:50:20 -	LMT	18
>  			 1:00	C-Eur	CE%sT	1945 Apr  2 2:00
>  			 1:00	Denmark	CE%sT	1980
>  			 1:00	EU	CE%sT
> -Zone Atlantic/Faeroe	-0:27:04 -	LMT	1908 Jan 11	# Torshavn
> +Zone Atlantic/Faroe	-0:27:04 -	LMT	1908 Jan 11	# Torshavn
>  			 0:00	-	WET	1981
>  			 0:00	EU	WE%sT
>  #
> @@ -2278,6 +2278,34 @@ Zone	Europe/Zurich	0:34:08 -	LMT	1848 Se
>  			1:00	EU	CE%sT
>  
>  # Turkey
> +
> +# From Amar Devegowda (2007-01-03):
> +# The time zone rules for Istanbul, Turkey have not been changed for years now.
> +# ... The latest rules are available at -
> +# http://www.timeanddate.com/worldclock/timezone.html?n=107
> +# From Steffen Thorsen (2007-01-03):
> +# I have been able to find press records back to 1996 which all say that
> +# DST started 01:00 local time and end at 02:00 local time.  I am not sure
> +# what happened before that.  One example for each year from 1996 to 2001:
> +# http://newspot.byegm.gov.tr/arsiv/1996/21/N4.htm
> +# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING97/03/97X03X25.TXT
> +# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING98/03/98X03X02.HTM
> +# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING99/10/99X10X26.HTM#%2016
> +# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2000/03/00X03X06.HTM#%2021
> +# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2001/03/23x03x01.HTM#%2027
> +# From Paul Eggert (2007-01-03):
> +# Prefer the above source to Shanks & Pottenger for time stamps after 1990.
> +
> +# From Steffen Thorsen (2007-03-09):
> +# Starting 2007 though, it seems that they are adopting EU's 1:00 UTC
> +# start/end time, according to the following page (2007-03-07):
> +# http://www.ntvmsnbc.com/news/402029.asp
> +# The official document is located here - it is in Turkish...:
> +# http://rega.basbakanlik.gov.tr/eskiler/2007/03/20070307-7.htm
> +# I was able to locate the following seemingly official document
> +# (on a non-government server though) describing dates between 2002 and 2006:
> +# http://www.alomaliye.com/bkk_2002_3769.htm
> +
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Turkey	1916	only	-	May	 1	0:00	1:00	S
>  Rule	Turkey	1916	only	-	Oct	 1	0:00	0	-
> @@ -2332,13 +2360,17 @@ Rule	Turkey	1983	only	-	Jul	31	0:00	1:00
>  Rule	Turkey	1983	only	-	Oct	 2	0:00	0	-
>  Rule	Turkey	1985	only	-	Apr	20	0:00	1:00	S
>  Rule	Turkey	1985	only	-	Sep	28	0:00	0	-
> +Rule	Turkey	1986	1990	-	Mar	lastSun	2:00s	1:00	S
> +Rule	Turkey	1986	1990	-	Sep	lastSun	2:00s	0	-
> +Rule	Turkey	1991	2006	-	Mar	lastSun	1:00s	1:00	S
> +Rule	Turkey	1991	1995	-	Sep	lastSun	1:00s	0	-
> +Rule	Turkey	1996	2006	-	Oct	lastSun	1:00s	0	-
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	Europe/Istanbul	1:55:52 -	LMT	1880
>  			1:56:56	-	IMT	1910 Oct # Istanbul Mean Time?
>  			2:00	Turkey	EE%sT	1978 Oct 15
>  			3:00	Turkey	TR%sT	1985 Apr 20 # Turkey Time
> -			2:00	Turkey	EE%sT	1986
> -			2:00	C-Eur	EE%sT	1991
> +			2:00	Turkey	EE%sT	2007
>  			2:00	EU	EE%sT
>  Link	Europe/Istanbul	Asia/Istanbul	# Istanbul is in both continents.
>  
> @@ -2354,6 +2386,8 @@ Link	Europe/Istanbul	Asia/Istanbul	# Ist
>  
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  # Most of Ukraine since 1970 has been like Kiev.
> +# "Kyiv" is the transliteration of the Ukrainian name, but
> +# "Kiev" is more common in English.
>  Zone Europe/Kiev	2:02:04 -	LMT	1880
>  			2:02:04	-	KMT	1924 May  2 # Kiev Mean Time
>  			2:00	-	EET	1930 Jun 21
> @@ -2365,6 +2399,8 @@ Zone Europe/Kiev	2:02:04 -	LMT	1880
>  			2:00	E-Eur	EE%sT	1995
>  			2:00	EU	EE%sT
>  # Ruthenia used CET 1990/1991.
> +# "Uzhhorod" is the transliteration of the Ukrainian name, but
> +# "Uzhgorod" is more common in English.
>  Zone Europe/Uzhgorod	1:29:12 -	LMT	1890 Oct
>  			1:00	-	CET	1940
>  			1:00	C-Eur	CE%sT	1944 Oct
> @@ -2377,7 +2413,10 @@ Zone Europe/Uzhgorod	1:29:12 -	LMT	1890 
>  			2:00	E-Eur	EE%sT	1995
>  			2:00	EU	EE%sT
>  # Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
> -# Zaporozh'ye has an apostrophe, but Posix file names can't have apostrophes.
> +# "Zaporizhia" is the transliteration of the Ukrainian name, but
> +# "Zaporozh'ye" is more common in English.  Use the common English
> +# spelling, except omit the apostrophe as it is not allowed in
> +# portable Posix file names.
>  Zone Europe/Zaporozhye	2:20:40 -	LMT	1880
>  			2:20	-	CUT	1924 May  2 # Central Ukraine T
>  			2:00	-	EET	1930 Jun 21
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/leapseconds.diff?r1=1.13.2.3&r2=1.13.2.4
> --- src/share/zoneinfo/leapseconds	2006/10/16 11:53:21	1.13.2.3
> +++ src/share/zoneinfo/leapseconds	2007/09/02 01:24:08	1.13.2.4
> @@ -1,4 +1,4 @@
> -# @(#)leapseconds	8.1
> +# @(#)leapseconds	8.4
>  
>  # Allowance for leapseconds added to each timezone file.
>  
> @@ -45,8 +45,7 @@ Leap	1997	Jun	30	23:59:60	+	S
>  Leap	1998	Dec	31	23:59:60	+	S
>  Leap	2005	Dec	31	23:59:60	+	S
>  
> -#	INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS)
> -#
> +# INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS)
>  # SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE
>  #
>  # SERVICE DE LA ROTATION TERRESTRE
> @@ -54,39 +53,30 @@ Leap	2005	Dec	31	23:59:60	+	S
>  # 61, Av. de l'Observatoire 75014 PARIS (France)
>  # Tel.      : 33 (0) 1 40 51 22 26
>  # FAX       : 33 (0) 1 40 51 22 91
> -# ...
> -# http://hpiers.obspm.fr/eop-pc
> -#
> -#						Paris, 4 July 2005
> -#							
> -#						Bulletin C 30
> -#
> -#						To authorities responsible
> -#						for the measurement and
> -#						distribution of time
> +# Internet  : services.iers at obspm.fr
>  #
> +# Paris, 28 June 2007
>  #
> -#                                    UTC TIME STEP
> -#                             on the 1st of January 2006
> +# Bulletin C 34
>  #
> -# A positive leap second will be introduced at the end of December 2005.
> -# The sequence of dates of the UTC second markers will be:
> +# To authorities responsible
> +# for the measurement and
> +# distribution of time
>  #
> -#			2005 December 31,     23h 59m 59s
> -#			2005 December 31,     23h 59m 60s
> -#			2006 January   1,      0h  0m  0s
> +# INFORMATION ON UTC - TAI
>  #
> -# The difference between UTC and the International Atomic Time TAI is:
> +# NO positive leap second will be introduced at the end of December 2007.
> +# The difference between Coordinated Universal Time UTC and the
> +# International Atomic Time TAI is :		
>  #
> -# from 1999 January 1, 0h UTC, to 2006 January 1  0h UTC  : UTC-TAI = - 32s
> -# from 2006 January 1, 0h UTC, until further notice       : UTC-TAI = - 33s
> +# from 2006 January 1, 0h UTC, until further notice : UTC-TAI = -33 s
>  #
> -# Leap seconds can be introduced in UtC at the end of the months of December
> -# or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every
> -# six months, either to announce a time step in UTC or to confirm that there
> +# Leap seconds can be introduced in UTC at the end of the months of December
> +# or June,  depending on the evolution of UT1-TAI. Bulletin C is mailed every
> +# six months, either to announce a time step in UTC, or to confirm that there
>  # will be no time step at the next possible date.
>  #
> -#					Daniel GAMBIS
> -#					Head
> -#					Earth Orientation Center of IERS
> -#					Observatoire de Paris, France
> +# Daniel GAMBIS
> +# Director			
> +# Earth Orientation Center of IERS
> +# Observatoire de Paris, France
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/northamerica.diff?r1=1.25.2.4&r2=1.25.2.5
> --- src/share/zoneinfo/northamerica	2006/10/16 11:53:21	1.25.2.4
> +++ src/share/zoneinfo/northamerica	2007/09/02 01:24:08	1.25.2.5
> @@ -1,4 +1,4 @@
> -# @(#)northamerica	8.9
> +# @(#)northamerica	8.18
>  # 
>  
>  # also includes Central America and the Caribbean
> @@ -307,6 +307,11 @@ Zone America/New_York	-4:56:02 -	LMT	188
>  # "bar time" in the state corresponds to 02:00, a number of citations
>  # are issued for the "sale of class 'B' alcohol after prohibited
>  # hours" within the deviated hour of this change every year....
> +#
> +# From Douglas R. Bomberg (2007-03-12):
> +# Wisconsin has enacted (nearly eleventh-hour) legislation to get WI
> +# Statue 175 closer in synch with the US Congress' intent....
> +# http://www.legis.state.wi.us/2007/data/acts/07Act3.pdf
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
>  Rule	Chicago	1920	only	-	Jun	13	2:00	1:00	D
> @@ -343,7 +348,7 @@ Zone America/North_Dakota/New_Salem -6:4
>  #
>  # Colorado, far western Kansas, Montana, western
>  # Nebraska, Nevada border (Jackpot, Owyhee, and Mountain City),
> -# New Mexico, southwestern North Dakota, far eastern Oregon,
> +# New Mexico, southwestern North Dakota,
>  # western South Dakota, far western Texas (El Paso County, Hudspeth County,
>  # and Pine Springs and Nickel Creek in Culberson County), Utah, Wyoming
>  #
> @@ -364,7 +369,8 @@ Zone America/Denver	-6:59:56 -	LMT	1883 
>  # US Pacific time, represented by Los Angeles
>  #
>  # California, northern Idaho (Benewah, Bonner, Boundary, Clearwater,
> -# Idaho, Kootenai, Latah, Lewis, Nez Perce, and Shoshone counties),
> +# Idaho, Kootenai, Latah, Lewis, Nez Perce, and Shoshone counties,
> +# and the northern three-quarters of Idaho county),
>  # most of Nevada, most of Oregon, and Washington
>  #
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
> @@ -522,7 +528,8 @@ Link America/Denver America/Shiprock
>  # Boise, Bonneville, Butte, Camas, Canyon, Caribou, Cassia, Clark,
>  # Custer, Elmore, Franklin, Fremont, Gem, Gooding, Jefferson, Jerome,
>  # Lemhi, Lincoln, Madison, Minidoka, Oneida, Owyhee, Payette, Power,
> -# Teton, Twin Falls, Valley, Washington counties) and eastern Oregon
> +# Teton, Twin Falls, Valley, Washington counties, and the southern
> +# quarter of Idaho county) and eastern Oregon (most of Malheur County)
>  # switched four weeks late in 1974.
>  #
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> @@ -539,7 +546,7 @@ Zone America/Boise	-7:44:49 -	LMT	1883 N
>  # What time is it in Indiana?
>  #  (2006-03-01)
>  #
> -# From Paul Eggert (2006-03-22):
> +# From Paul Eggert (2007-08-17):
>  # Since 1970, most of Indiana has been like America/Indiana/Indianapolis,
>  # with the following exceptions:
>  #
> @@ -551,11 +558,8 @@ Zone America/Boise	-7:44:49 -	LMT	1883 N
>  # - Clark, Floyd, and Harrison counties have been like
>  #   America/Kentucky/Louisville.
>  #
> -# - Daviess, Dubois, Knox, Martin, Perry, and Pulaski counties
> -#   have been like America/Indiana/Vincennes.
> -#
> -# - Crawford, Pike, Starke, and Switzerland counties have their own time zone
> -#   histories as noted below.
> +# - Crawford, Daviess, Dubois, Knox, Martin, Perry, Pike, Pulaski, Starke,
> +#   and Switzerland counties have their own time zone histories as noted below.
>  #
>  # Shanks partitioned Indiana into 345 regions, each with its own time history,
>  # and wrote ``Even newspaper reports present contradictory information.''
> @@ -583,6 +587,11 @@ Zone America/Boise	-7:44:49 -	LMT	1883 N
>  # clocks twice that night, but this obviously is in error.  The intent
>  # is that 01:59:59 EST be followed by 02:00:00 CDT.
>  
> +# From Gwillim Law (2007-02-10):
> +# The Associated Press has been reporting that Pulaski County, Indiana is
> +# going to switch from Central to Eastern Time on March 11, 2007....
> +# http://www.indystar.com/apps/pbcs.dll/article?AID=/20070207/LOCAL190108/702070524/0/LOCAL
> +
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
>  Rule Indianapolis 1941	only	-	Jun	22	2:00	1:00	D
>  Rule Indianapolis 1941	1954	-	Sep	lastSun	2:00	0	S
> @@ -618,8 +627,9 @@ Zone America/Indiana/Marengo -5:45:23 -	
>  			-5:00	-	EST	2006
>  			-5:00	US	E%sT
>  #
> -# Daviess, Dubois, Knox, Martin, Perry, and Pulaski Counties, Indiana,
> -# switched from eastern to central time in April 2006.
> +# Daviess, Dubois, Knox, and Martin Counties, Indiana,
> +# switched from eastern to central time in April 2006, then switched back
> +# in November 2007.
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
>  Rule Vincennes	1946	only	-	Apr	lastSun	2:00	1:00	D
>  Rule Vincennes	1946	only	-	Sep	lastSun	2:00	0	S
> @@ -637,10 +647,31 @@ Zone America/Indiana/Vincennes -5:50:07 
>  			-5:00	-	EST	1969
>  			-5:00	US	E%sT	1971
>  			-5:00	-	EST	2006 Apr  2 2:00
> +			-6:00	US	C%sT	2007 Nov  4 2:00
> +			-5:00	US	E%sT
> +#
> +# Perry County, Indiana, switched from eastern to central time in April 2006.
> +# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
> +Rule Perry	1946	only	-	Apr	lastSun	2:00	1:00	D
> +Rule Perry	1946	only	-	Sep	lastSun	2:00	0	S
> +Rule Perry	1953	1954	-	Apr	lastSun	2:00	1:00	D
> +Rule Perry	1953	1959	-	Sep	lastSun	2:00	0	S
> +Rule Perry	1955	only	-	May	 1	0:00	1:00	D
> +Rule Perry	1956	1963	-	Apr	lastSun	2:00	1:00	D
> +Rule Perry	1960	only	-	Oct	lastSun	2:00	0	S
> +Rule Perry	1961	only	-	Sep	lastSun	2:00	0	S
> +Rule Perry	1962	1963	-	Oct	lastSun	2:00	0	S
> +# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> +Zone America/Indiana/Tell_City -5:47:03 - LMT	1883 Nov 18 12:12:57
> +			-6:00	US	C%sT	1946
> +			-6:00 Perry	C%sT	1964 Apr 26 2:00
> +			-5:00	-	EST	1969
> +			-5:00	US	E%sT	1971
> +			-5:00	-	EST	2006 Apr  2 2:00
>  			-6:00	US	C%sT
>  #
>  # Pike County, Indiana moved from central to eastern time in 1977,
> -# then switched back in 2006.
> +# then switched back in 2006, then switched back again in 2007.
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
>  Rule	Pike	1955	only	-	May	 1	0:00	1:00	D
>  Rule	Pike	1955	1960	-	Sep	lastSun	2:00	0	S
> @@ -653,7 +684,8 @@ Zone America/Indiana/Petersburg -5:49:07
>  			-5:00	-	EST	1966 Oct 30 2:00
>  			-6:00	US	C%sT	1977 Oct 30 2:00
>  			-5:00	-	EST	2006 Apr  2 2:00
> -			-6:00	US	C%sT
> +			-6:00	US	C%sT	2007 Nov  4 2:00
> +			-5:00	US	E%sT
>  #
>  # Starke County, Indiana moved from central to eastern time in 1991,
>  # then switched back in 2006.
> @@ -676,6 +708,23 @@ Zone America/Indiana/Knox -5:46:30 -	LMT
>  			-5:00	-	EST	2006 Apr  2 2:00
>  			-6:00	US	C%sT
>  #
> +# Pulaski County, Indiana, switched from eastern to central time in
> +# April 2006 and then switched back in March 2007.
> +# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER
> +Rule	Pulaski	1946	1960	-	Apr	lastSun	2:00	1:00	D
> +Rule	Pulaski	1946	1954	-	Sep	lastSun	2:00	0	S
> +Rule	Pulaski	1955	1956	-	Oct	lastSun	2:00	0	S
> +Rule	Pulaski	1957	1960	-	Sep	lastSun	2:00	0	S
> +# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> +Zone America/Indiana/Winamac -5:46:25 - LMT	1883 Nov 18 12:13:35
> +			-6:00	US	C%sT	1946
> +			-6:00	Pulaski	C%sT	1961 Apr 30 2:00
> +			-5:00	-	EST	1969
> +			-5:00	US	E%sT	1971
> +			-5:00	-	EST	2006 Apr  2 2:00
> +			-6:00	US	C%sT	2007 Mar 11 2:00
> +			-5:00	US	E%sT
> +#
>  # Switzerland County, Indiana, did not observe DST from 1973 through 2005.
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone America/Indiana/Vevay -5:40:16 -	LMT	1883 Nov 18 12:19:44
> @@ -894,18 +943,17 @@ Zone America/Menominee	-5:50:27 -	LMT	18
>  # Unless otherwise specified, the data for Canada are all from Shanks
>  # & Pottenger.
>  
> -# From Chris Walton (2006-04-01):
> +# From Chris Walton (2006-04-01, 2006-04-25, 2006-06-26, 2007-01-31,
> +# 2007-03-01):
>  # The British Columbia government announced yesterday that it will
>  # adjust daylight savings next year to align with changes in the
>  # U.S. and the rest of Canada....
>  # http://www2.news.gov.bc.ca/news_releases_2005-2009/2006AG0014-000330.htm
> -
> -# From Chris Walton (2006-04-25):
> +# ...
> +# Nova Scotia
>  # Daylight saving time will be extended by four weeks starting in 2007....
> -# Here is a news release which was issued today by the Nova Scotia government:
> -# http://www.gov.ns.ca/news/details.asp?id=20060425004
> -
> -# From Chris Walton (2006-06-26):
> +# http://www.gov.ns.ca/just/regulations/rg2/2006/ma1206.pdf
> +#
>  # [For New Brunswick] the new legislation dictates that the time change is to
>  # be done at 02:00 instead of 00:01.
>  # http://www.gnb.ca/0062/acts/BBA-2006/Chap-19.pdf
> @@ -915,16 +963,18 @@ Zone America/Menominee	-5:50:27 -	LMT	18
>  # http://web2.gov.mb.ca/laws/statutes/ccsm/o030e.php
>  # ...
>  # [Alberta, Ontario, Quebec] will follow US rules.
> -# http://www.qp.gov.ab.ca/documents/Acts/2006CH03_UNPR.cfm?frm_isbn=0779744934
> +# http://www.qp.gov.ab.ca/documents/spring/CH03_06.CFM
>  # http://www.e-laws.gov.on.ca/DBLaws/Source/Regs/English/2006/R06111_e.htm
> -# http://www.assnat.qc.ca/eng/37legislature2/Projets-loi/Publics/06-a002.htm
> +# http://www2.publicationsduquebec.gouv.qc.ca/dynamicSearch/telecharge.php?type=5&file=2006C39A.PDF
> +# ...
> +# P.E.I. will follow US rules....
> +# http://www.assembly.pe.ca/bills/pdf_chapter/62/3/chapter-41.pdf
>  # ...
> -# P.E.I. will follow US rules.  The new legislation is not law yet.
> -# It passed first reading on April 20....
> -# http://www.assembly.pe.ca/bills/pdf_first/62/3/bill-101.pdf
> +# Province of Newfoundland and Labrador....
> +# http://www.hoa.gov.nl.ca/hoa/bills/Bill0634.htm
>  # ...
> -# Province of Newfoundland and Labrador.... The change is being considered.
> -# http://www.releases.gov.nl.ca/releases/2006/mpa/0331n01.htm
> +# Yukon
> +# http://www.gov.yk.ca/legislation/regs/oic2006_127.pdf
>  # ...
>  # N.W.T. will follow US rules.  Whoever maintains the government web site
>  # does not seem to believe in bookmarks.  To see the news release, click the
> @@ -932,8 +982,10 @@ Zone America/Menominee	-5:50:27 -	LMT	18
>  # "Daylight Savings Time Change" link; it will fire off a popup using
>  # JavaScript.
>  # http://www.exec.gov.nt.ca/currentnews/currentPR.asp?mode=archive
> -
> -
> +# ...
> +# Nunavut
> +# An amendment to the Interpretation Act was registered on February 19/2007....
> +# http://action.attavik.ca/home/justice-gn/attach/2007/gaz02part2.pdf
>  
>  # From Paul Eggert (2006-04-25):
>  # H. David Matthews and Mary Vincent's map
> @@ -1100,11 +1152,11 @@ Zone America/Glace_Bay	-3:59:48 -	LMT	19
>  
>  # New Brunswick
>  
> -# From Paul Eggert (2006-01-20):
> -# New Brunswick's Time Definition Act
> -#  says they change at 00:01, and
> +# From Paul Eggert (2007-01-31):
> +# The Time Definition Act 
> +# says they changed at 00:01 through 2006, and
>  #  makes it
> -# clear that this has been the case since at least 1993.
> +# clear that this was the case since at least 1993.
>  # For now, assume it started in 1993.
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> @@ -1676,9 +1728,23 @@ Zone America/Dawson_Creek -8:00:56 -	LMT
>  # For lack of better information, assume that Southampton Island observed
>  # daylight saving only during wartime.
>  
> -# From Chris Walton (2006-07-19):
> -# The government of Yukon Territory ... recently announced it will extend
> -# daylight saving in 2007....  http://www.gov.yk.ca/news/2006/06-164.html
> +# From Chris Walton (2007-03-01):
> +# ... the community of Resolute (located on Cornwallis Island in
> +# Nunavut) moved from Central Time to Eastern Time last November.
> +# Basically the community did not change its clocks at the end of
> +# daylight saving....
> +# http://www.nnsl.com/frames/newspapers/2006-11/nov13_06none.html
> +
> +# From Chris Walton (2007-03-14):
> +# Today I phoned the "hamlet office" to find out what Resolute was doing with
> +# its clocks.
> +#
> +# The individual that answered the phone confirmed that the clocks did not
> +# move at the end of daylight saving on October 29/2006.  He also told me that
> +# the clocks did not move this past weekend (March 11/2007)....
> +#
> +# America/Resolute should use the "Canada" Rule up to October 29/2006.
> +# After that it should be fixed on Eastern Standard Time until further notice.
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	NT_YK	1918	only	-	Apr	14	2:00	1:00	D
> @@ -1694,33 +1760,39 @@ Rule	NT_YK	1980	1986	-	Apr	lastSun	2:00	
>  Rule	NT_YK	1980	2006	-	Oct	lastSun	2:00	0	S
>  Rule	NT_YK	1987	2006	-	Apr	Sun>=1	2:00	1:00	D
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> -Zone America/Pangnirtung -4:22:56 -	LMT	1884
> +# aka Panniqtuuq
> +Zone America/Pangnirtung 0	-	zzz	1921 # trading post est.
>  			-4:00	NT_YK	A%sT	1995 Apr Sun>=1 2:00
>  			-5:00	Canada	E%sT	1999 Oct 31 2:00
>  			-6:00	Canada	C%sT	2000 Oct 29 2:00
>  			-5:00	Canada	E%sT
> -Zone America/Iqaluit	-4:33:52 -	LMT	1884 # Frobisher Bay before 1987
> +# formerly Frobisher Bay
> +Zone America/Iqaluit	0	-	zzz	1942 Aug # Frobisher Bay est.
>  			-5:00	NT_YK	E%sT	1999 Oct 31 2:00
>  			-6:00	Canada	C%sT	2000 Oct 29 2:00
>  			-5:00	Canada	E%sT
> -# Now subsumed by America/Atikokan.
> -#Zone America/Coral_Harbour -5:32:40 -	LMT	1884
> -#			-5:00	NT_YK	E%sT	1946
> -#			-5:00	-	EST
> -Zone America/Rankin_Inlet -6:08:20 -	LMT	1884
> +# aka Qausuittuq
> +Zone America/Resolute	0	-	zzz	1947 Aug 31 # Resolute founded
> +			-6:00	NT_YK	C%sT	2000 Oct 29 2:00
> +			-5:00	-	EST	2001 Apr  1 3:00
> +			-6:00	Canada	C%sT	2006 Oct 29 2:00
> +			-5:00	-	EST
> +# aka Kangiqiniq
> +Zone America/Rankin_Inlet 0	-	zzz	1957 # Rankin Inlet founded
>  			-6:00	NT_YK	C%sT	2000 Oct 29 2:00
>  			-5:00	-	EST	2001 Apr  1 3:00
>  			-6:00	Canada	C%sT
> -Zone America/Cambridge_Bay -7:00:20 -	LMT	1884
> +# aka Iqaluktuuttiaq
> +Zone America/Cambridge_Bay 0	-	zzz	1920 # trading post est.?
>  			-7:00	NT_YK	M%sT	1999 Oct 31 2:00
>  			-6:00	Canada	C%sT	2000 Oct 29 2:00
>  			-5:00	-	EST	2000 Nov  5 0:00
>  			-6:00	-	CST	2001 Apr  1 3:00
>  			-7:00	Canada	M%sT
> -Zone America/Yellowknife -7:37:24 -	LMT	1884
> +Zone America/Yellowknife 0	-	zzz	1935 # Yellowknife founded?
>  			-7:00	NT_YK	M%sT	1980
>  			-7:00	Canada	M%sT
> -Zone America/Inuvik	-8:54:52 -	LMT	1884
> +Zone America/Inuvik	0	-	zzz	1953 # Inuvik founded
>  			-8:00	NT_YK	P%sT	1979 Apr lastSun 2:00
>  			-7:00	NT_YK	M%sT	1980
>  			-7:00	Canada	M%sT
> @@ -1997,13 +2069,19 @@ Zone	America/Antigua	-4:07:12 -	LMT	1912
>  			-4:00	-	AST
>  
>  # Bahamas
> +#
> +# From Sue Williams (2006-12-07):
> +# The Bahamas announced about a month ago that they plan to change their DST
> +# rules to sync with the U.S. starting in 2007....
> +# http://www.jonesbahamas.com/?c=45&a=10412
> +
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> -Rule	Bahamas	1964	max	-	Oct	lastSun	2:00	0	S
> +Rule	Bahamas	1964	2006	-	Oct	lastSun	2:00	0	S
>  Rule	Bahamas	1964	1986	-	Apr	lastSun	2:00	1:00	D
> -Rule	Bahamas	1987	max	-	Apr	Sun>=1	2:00	1:00	D
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	America/Nassau	-5:09:24 -	LMT	1912 Mar 2
> -			-5:00	Bahamas	E%sT
> +			-5:00	Bahamas	E%sT	1976
> +			-5:00	US	E%sT
>  
>  # Barbados
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> @@ -2096,10 +2174,19 @@ Zone America/Costa_Rica	-5:36:20 -	LMT	1
>  # adjustment in Cuba.  We will stay in daylight saving time:
>  # http://www.granma.cu/espanol/2005/noviembre/mier9/horario.html
>  
> -# From Steffen Thorsen (2006-08-17):
> -# It is likely that they are not reverting back to standard time this
> -# year either, based on the number of responses I have got from users
> -# (when my site claimed Cuba will end DST on lastSun/October)
> +# From Jesper Norgaard Welen (2006-10-21):
> +# An article in GRANMA INTERNACIONAL claims that Cuba will end
> +# the 3 years of permanent DST next weekend, see
> +# http://www.granma.cu/ingles/2006/octubre/lun16/43horario.html
> +# "On Saturday night, October 28 going into Sunday, October 29, at 01:00,
> +# watches should be set back one hour -- going back to 00:00 hours -- returning
> +# to the normal schedule....
> +
> +# From Paul Eggert (2007-03-02):
> +# http://www.granma.cubaweb.cu/english/news/art89.html, dated yesterday,
> +# says Cuban clocks will advance at midnight on March 10.
> +# For lack of better information, assume Cuba will use US rules,
> +# except that it switches at midnight standard time as usual.
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Cuba	1928	only	-	Jun	10	0:00	1:00	D
> @@ -2130,8 +2217,10 @@ Rule	Cuba	1996	only	-	Oct	 6	0:00s	0	S
>  Rule	Cuba	1997	only	-	Oct	12	0:00s	0	S
>  Rule	Cuba	1998	1999	-	Mar	lastSun	0:00s	1:00	D
>  Rule	Cuba	1998	2003	-	Oct	lastSun	0:00s	0	S
> -Rule	Cuba	2000	max	-	Apr	Sun>=1	0:00s	1:00	D
> -Rule	Cuba	2007	max	-	Oct	lastSun	0:00s	0	S
> +Rule	Cuba	2000	2006	-	Apr	Sun>=1	0:00s	1:00	D
> +Rule	Cuba	2006	only	-	Oct	lastSun	0:00s	0	S
> +Rule	Cuba	2007	max	-	Mar	Sun>=8	0:00s	1:00	D
> +Rule	Cuba	2007	max	-	Nov	Sun>=1	0:00s	0	S
>  
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	America/Havana	-5:29:28 -	LMT	1890
> @@ -2258,6 +2347,9 @@ Zone America/Guatemala	-6:02:04 -	LMT	19
>  #
>  # The reason seems to be an energy crisis.
>  
> +# From Stephen Colebourne (2007-02-22):
> +# Some IATA info: Haiti won't be having DST in 2007.
> +
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Haiti	1983	only	-	May	8	0:00	1:00	D
> @@ -2267,8 +2359,8 @@ Rule	Haiti	1983	1987	-	Oct	lastSun	0:00	
>  # Go with IATA.
>  Rule	Haiti	1988	1997	-	Apr	Sun>=1	1:00s	1:00	D
>  Rule	Haiti	1988	1997	-	Oct	lastSun	1:00s	0	S
> -Rule	Haiti	2005	max	-	Apr	Sun>=1	0:00	1:00	D
> -Rule	Haiti	2005	max	-	Oct	lastSun	0:00	0	S
> +Rule	Haiti	2005	2006	-	Apr	Sun>=1	0:00	1:00	D
> +Rule	Haiti	2005	2006	-	Oct	lastSun	0:00	0	S
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone America/Port-au-Prince -4:49:20 -	LMT	1890
>  			-4:49	-	PPMT	1917 Jan 24 12:00 # P-a-P MT
> @@ -2299,11 +2391,15 @@ Zone America/Port-au-Prince -4:49:20 -	L
>  # published, I have located this authoritative source:
>  # http://www.presidencia.gob.hn/noticia.aspx?nId=47
>  
> +# From Steffen Thorsen (2007-03-30):
> +# http://www.laprensahn.com/pais_nota.php?id04962=7386
> +# So it seems that Honduras will not enter DST this year....
> +
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
>  Rule	Hond	1987	1988	-	May	Sun>=1	0:00	1:00	D
>  Rule	Hond	1987	1988	-	Sep	lastSun	0:00	0	S
> -Rule	Hond	2006	2009	-	May	Sun>=1	0:00	1:00	D
> -Rule	Hond	2006	2009	-	Aug	Mon>=1	0:00	0	S
> +Rule	Hond	2006	only	-	May	Sun>=1	0:00	1:00	D
> +Rule	Hond	2006	only	-	Aug	Mon>=1	0:00	0	S
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone America/Tegucigalpa -5:48:52 -	LMT	1921 Apr
>  			-6:00	Hond	C%sT
> @@ -2447,13 +2543,31 @@ Zone America/St_Vincent	-4:04:56 -	LMT	1
>  			-4:00	-	AST
>  
>  # Turks and Caicos
> -# From Paul Eggert (2006-03-22):
> +#
> +# From Chris Dunn in
> +# 
> +# (2007-03-15): In the Turks & Caicos Islands (America/Grand_Turk) the
> +# daylight saving dates for time changes have been adjusted to match
> +# the recent U.S. change of dates.
> +#
> +# From Brian Inglis (2007-04-28):
> +# http://www.turksandcaicos.tc/calendar/index.htm [2007-04-26]
> +# there is an entry for Nov 4 "Daylight Savings Time Ends 2007" and three
> +# rows before that there is an out of date entry for Oct:
> +# "Eastern Standard Times Begins 2007
> +# Clocks are set back one hour at 2:00 a.m. local Daylight Saving Time"
> +# indicating that the normal ET rules are followed.
> +#
> +# From Paul Eggert (2006-05-01):
>  # Shanks & Pottenger say they use US DST rules, but IATA SSIM (1991/1998)
> -# says they switch at midnight.  Go with IATA SSIM.
> +# says they switch at midnight.  Go with Shanks & Pottenger.
> +#
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> -Rule	TC	1979	1986	-	Apr	lastSun	0:00	1:00	D
> -Rule	TC	1979	max	-	Oct	lastSun	0:00	0	S
> -Rule	TC	1987	max	-	Apr	Sun>=1	0:00	1:00	D
> +Rule	TC	1979	1986	-	Apr	lastSun	2:00	1:00	D
> +Rule	TC	1979	2006	-	Oct	lastSun	2:00	0	S
> +Rule	TC	1987	2006	-	Apr	Sun>=1	2:00	1:00	D
> +Rule	TC	2007	max	-	Mar	Sun>=8	2:00	1:00	D
> +Rule	TC	2007	max	-	Nov	Sun>=1	2:00	0	S
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone America/Grand_Turk	-4:44:32 -	LMT	1890
>  			-5:07:12 -	KMT	1912 Feb    # Kingston Mean Time
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/southamerica.diff?r1=1.24.2.4&r2=1.24.2.5
> --- src/share/zoneinfo/southamerica	2006/10/16 11:53:21	1.24.2.4
> +++ src/share/zoneinfo/southamerica	2007/09/02 01:24:08	1.24.2.5
> @@ -1,4 +1,4 @@
> -# %W%
> +# @(#)southamerica	8.11
>  # 
>  
>  # This data is by no means authoritative; if you think you know better,
> @@ -704,52 +704,68 @@ Zone America/Rio_Branco	-4:31:12 -	LMT	1
>  # Because of the same drought, the government decided to end DST later,
>  # on April 3, (one-time change).
>  
> -# From Gwillim Law (2001-05-04):
> -# I came across another article in "La Tercera" about Chilean DST.
> -# 
> -# It clearly confirms my earlier suggestion, that DST begins at 22:00
> -# on Easter Island....  But it also seems to be saying that the
> -# observance of DST in Chile began in 1966, rather than 1969 as
> -# ... [Shanks & Pottenger have] it....
> -#
> -# My translation:
> -#
> -# "The Chilean Army has announced that summer time will begin tomorrow,
> -# Saturday, October 14 in continental Chile, insular Chile, and
> -# Antarctica, as provided by Supreme Decree 25 of January 11, 1966.
> -# By the preceding, official time in continental Chile and Chilean
> -# Antarctic, and official time in Western Insular Chile, which applies
> -# to Easter Island and Sala y Gomez Island, will be set forward at
> -# midnight and at 22:00, respectively, by 20 minutes."
> +# From Oscar van Vlijmen (2006-10-08):
> +# http://www.horaoficial.cl/cambio.htm
>  
> -# From Paul Eggert (2006-03-22):
> -# Go with Law in preference to Shanks & Pottenger's 1969 date for modern DST.
> -# Assume this rule has been used since DST was introduced in the islands.
> -
> -# From Paul Eggert (2002-10-24):
> -#  gives many details that
> -# disagree with the following table, but we haven't had time to compare them.
> +# From Jesper Norgaard Welen (2006-10-08):
> +# I think that there are some obvious mistakes in the suggested link
> +# from Oscar van Vlijmen,... for instance entry 66 says that GMT-4
> +# ended 1990-09-12 while entry 67 only begins GMT-3 at 1990-09-15
> +# (they should have been 1990-09-15 and 1990-09-16 respectively), but
> +# anyhow it clears up some doubts too.
> +
> +# From Paul Eggert (2006-12-27):
> +# The following data for Chile and America/Santiago are from
> +#  (2006-09-20), transcribed by
> +# Jesper Norgaard Welen.  The data for Pacific/Easter are from Shanks
> +# & Pottenger, except with DST transitions after 1932 cloned from
> +# America/Santiago.  The pre-1980 Pacific/Easter data are dubious,
> +# but we have no other source.
>  
>  # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
> -Rule	Chile	1918	only	-	Sep	 1	0:00	1:00	S
> -Rule	Chile	1919	only	-	Jul	 2	0:00	0	-
> -Rule	Chile	1927	1931	-	Sep	 1	0:00	1:00	S
> +Rule	Chile	1927	1932	-	Sep	 1	0:00	1:00	S
>  Rule	Chile	1928	1932	-	Apr	 1	0:00	0	-
> -Rule	Chile	1966	1997	-	Oct	Sun>=9	4:00u	1:00	S
> -Rule	Chile	1967	1998	-	Mar	Sun>=9	3:00u	0	-
> +Rule	Chile	1942	only	-	Jun	 1	4:00u	0	-
> +Rule	Chile	1942	only	-	Aug	 1	5:00u	1:00	S
> +Rule	Chile	1946	only	-	Jul	15	4:00u	1:00	S
> +Rule	Chile	1946	only	-	Sep	 1	3:00u	0:00	-
> +Rule	Chile	1947	only	-	Apr	 1	4:00u	0	-
> +Rule	Chile	1968	only	-	Nov	 3	4:00u	1:00	S
> +Rule	Chile	1969	only	-	Mar	30	3:00u	0	-
> +Rule	Chile	1969	only	-	Nov	23	4:00u	1:00	S
> +Rule	Chile	1970	only	-	Mar	29	3:00u	0	-
> +Rule	Chile	1971	only	-	Mar	14	3:00u	0	-
> +Rule	Chile	1970	1972	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	Chile	1972	1986	-	Mar	Sun>=9	3:00u	0	-
> +Rule	Chile	1973	only	-	Sep	30	4:00u	1:00	S
> +Rule	Chile	1974	1987	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	Chile	1987	only	-	Apr	12	3:00u	0	-
> +Rule	Chile	1988	1989	-	Mar	Sun>=9	3:00u	0	-
> +Rule	Chile	1988	only	-	Oct	Sun>=1	4:00u	1:00	S
> +Rule	Chile	1989	only	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	Chile	1990	only	-	Mar	18	3:00u	0	-
> +Rule	Chile	1990	only	-	Sep	16	4:00u	1:00	S
> +Rule	Chile	1991	1996	-	Mar	Sun>=9	3:00u	0	-
> +Rule	Chile	1991	1997	-	Oct	Sun>=9	4:00u	1:00	S
> +Rule	Chile	1997	only	-	Mar	30	3:00u	0	-
> +Rule	Chile	1998	only	-	Mar	Sun>=9	3:00u	0	-
>  Rule	Chile	1998	only	-	Sep	27	4:00u	1:00	S
>  Rule	Chile	1999	only	-	Apr	 4	3:00u	0	-
>  Rule	Chile	1999	max	-	Oct	Sun>=9	4:00u	1:00	S
>  Rule	Chile	2000	max	-	Mar	Sun>=9	3:00u	0	-
> -# IATA SSIM anomalies: (1990-09) says 1990-09-16; (1992-02) says 1992-03-14;
> +# IATA SSIM anomalies: (1992-02) says 1992-03-14;
>  # (1996-09) says 1998-03-08.  Ignore these.
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
> -Zone America/Santiago	-4:42:40 -	LMT	1890
> -			-4:42:40 -	SMT	1910	    # Santiago Mean Time
> -			-5:00	Chile	CL%sT	1932 Sep    # Chile Time
> +Zone America/Santiago	-4:42:46 -	LMT	1890
> +			-4:42:46 -	SMT	1910 	    # Santiago Mean Time
> +			-5:00	-	CLT	1916 Jul  1 # Chile Time
> +			-4:42:46 -	SMT	1918 Sep  1 # Santiago Mean Time
> +			-4:00	-	CLT	1919 Jul  1 # Chile Time
> +			-4:42:46 -	SMT	1927 Sep  1 # Santiago Mean Time
> +			-5:00	Chile	CL%sT	1947 May 22 # Chile Time
>  			-4:00	Chile	CL%sT
> -Zone Pacific/Easter	-7:17:28 -	LMT	1890	    # Mataveri
> -			-7:17:28 -	MMT	1932 Sep    # Mataveri Mean Time
> +Zone Pacific/Easter	-7:17:44 -	LMT	1890
> +			-7:17:28 -	EMT	1932 Sep    # Easter Mean Time
>  			-7:00	Chile	EAS%sT	1982 Mar 13 21:00 # Easter I Time
>  			-6:00	Chile	EAS%sT
>  #
> @@ -770,26 +786,33 @@ Zone	America/Bogota	-4:56:20 -	LMT	1884 
>  
>  # Curacao
>  #
> -# From Paul Eggert (2006-03-22): 
> +# From Paul Eggert (2006-03-22):
>  # Shanks & Pottenger say that The Bottom and Philipsburg have been at
>  # -4:00 since standard time was introduced on 1912-03-02; and that
>  # Kralendijk and Rincon used Kralendijk Mean Time (-4:33:08) from
>  # 1912-02-02 to 1965-01-01.  The former is dubious, since S&P also say
>  # Saba Island has been like Curacao.
> -# This all predates our 1970 cutoff, though.  
> +# This all predates our 1970 cutoff, though.
>  #
>  # By July 2007 Curacao and St Maarten are planned to become
>  # associated states within the Netherlands, much like Aruba;
>  # Bonaire, Saba and St Eustatius would become directly part of the
>  # Netherlands as Kingdom Islands.  This won't affect their time zones
>  # though, as far as we know.
> -# 
> +#
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone	America/Curacao	-4:35:44 -	LMT	1912 Feb 12	# Willemstad
>  			-4:30	-	ANT	1965 # Netherlands Antilles Time
>  			-4:00	-	AST
>  
>  # Ecuador
> +#
> +# From Paul Eggert (2007-03-04):
> +# Apparently Ecuador had a failed experiment with DST in 1992.
> +#  (2007-02-27) and
> +#  (2006-11-06) both
> +# talk about "hora Sixto".  Leave this alone for now, as we have no data.
> +#
>  # Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
>  Zone America/Guayaquil	-5:19:20 -	LMT	1890
>  			-5:14:00 -	QMT	1931 # Quito Mean Time
> @@ -918,9 +941,6 @@ Rule	Para	1996	only	-	Mar	 1	0:00	0	-
>  # year, the time will change on the first Sunday of October; likewise, the
>  # clock will be set back on the first Sunday of March.
>  #
> -# From Jesper Norgaard (2001-03-06) [an official URL saying similar things]:
> -# http://gateway.abc.com.py:8000/pub/pag04.mbr/artic?FHA=2001-03-03-02.24.52.900592
> -#
>  Rule	Para	1996	2001	-	Oct	Sun>=1	0:00	1:00	S
>  # IATA SSIM (1997-09) says Mar 1; go with Shanks & Pottenger.
>  Rule	Para	1997	only	-	Feb	lastSun	0:00	0	-
> @@ -938,7 +958,9 @@ Rule	Para	2002	2003	-	Sep	Sun>=1	0:00	1:
>  # There are several sources that claim that Paraguay made
>  # a timezone rule change in autumn 2004.
>  # From Steffen Thorsen (2005-01-05):
> -# Decree 1,867 (2004-03-05) 
> +# Decree 1,867 (2004-03-05)
> +# From Carlos Raul Perasso via Jesper Norgaard Welen (2006-10-13)
> +# 
>  Rule	Para	2004	max	-	Oct	Sun>=15	0:00	1:00	S
>  Rule	Para	2005	max	-	Mar	Sun>=8	0:00	0	-
>  
> http://cvsweb.FreeBSD.org/src/share/zoneinfo/zone.tab.diff?r1=1.17.2.3&r2=1.17.2.4
> --- src/share/zoneinfo/zone.tab	2006/10/16 11:53:21	1.17.2.3
> +++ src/share/zoneinfo/zone.tab	2007/09/02 01:24:08	1.17.2.4
> @@ -1,4 +1,4 @@
> -# @(#)zone.tab	8.5
> +# @(#)zone.tab	8.11
>  #
>  # TZ zone descriptions
>  #
> @@ -39,7 +39,7 @@ AQ	-6736+06253	Antarctica/Mawson	Mawson 
>  AQ	-6835+07758	Antarctica/Davis	Davis Station, Vestfold Hills
>  AQ	-6617+11031	Antarctica/Casey	Casey Station, Bailey Peninsula
>  AQ	-7824+10654	Antarctica/Vostok	Vostok Station, S Magnetic Pole
> -AQ	-6640+14001	Antarctica/DumontDUrville	Dumont-d'Urville Base, Terre Adelie
> +AQ	-6640+14001	Antarctica/DumontDUrville	Dumont-d'Urville Station, Terre Adelie
>  AQ	-690022+0393524	Antarctica/Syowa	Syowa Station, E Ongul I
>  AR	-3436-05827	America/Argentina/Buenos_Aires	Buenos Aires (BA, CF)
>  AR	-3124-06411	America/Argentina/Cordoba	most locations (CB, CC, CN, ER, FM, LP, MN, NQ, RN, SA, SE, SF, SL)
> @@ -63,8 +63,9 @@ AU	-2728+15302	Australia/Brisbane	Queens
>  AU	-2016+14900	Australia/Lindeman	Queensland - Holiday Islands
>  AU	-3455+13835	Australia/Adelaide	South Australia
>  AU	-1228+13050	Australia/Darwin	Northern Territory
> -AU	-3157+11551	Australia/Perth	Western Australia
> -AW	+1230-06858	America/Aruba
> +AU	-3157+11551	Australia/Perth	Western Australia - most locations
> +AU	-3143+12852	Australia/Eucla	Western Australia - Eucla area
> +AW	+1230-06958	America/Aruba
>  AX	+6006+01957	Europe/Mariehamn
>  AZ	+4023+04951	Asia/Baku
>  BA	+4352+01825	Europe/Sarajevo
> @@ -109,16 +110,17 @@ CA	+4531-07334	America/Montreal	Eastern 
>  CA	+4339-07923	America/Toronto	Eastern Time - Ontario - most locations
>  CA	+4901-08816	America/Nipigon	Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973
>  CA	+4823-08915	America/Thunder_Bay	Eastern Time - Thunder Bay, Ontario
> +CA	+6344-06828	America/Iqaluit	Eastern Time - east Nunavut - most locations
>  CA	+6608-06544	America/Pangnirtung	Eastern Time - Pangnirtung, Nunavut
> -CA	+6344-06828	America/Iqaluit	Eastern Time - east Nunavut
> +CA	+744144-0944945	America/Resolute	Eastern Time - Resolute, Nunavut
>  CA	+484531-0913718	America/Atikokan	Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut
>  CA	+624900-0920459	America/Rankin_Inlet	Central Time - central Nunavut
>  CA	+4953-09709	America/Winnipeg	Central Time - Manitoba & west Ontario
>  CA	+4843-09434	America/Rainy_River	Central Time - Rainy River & Fort Frances, Ontario
> -CA	+6903-10505	America/Cambridge_Bay	Central Time - west Nunavut
>  CA	+5024-10439	America/Regina	Central Standard Time - Saskatchewan - most locations
>  CA	+5017-10750	America/Swift_Current	Central Standard Time - Saskatchewan - midwest
>  CA	+5333-11328	America/Edmonton	Mountain Time - Alberta, east British Columbia & west Saskatchewan
> +CA	+690650-1050310	America/Cambridge_Bay	Mountain Time - west Nunavut
>  CA	+6227-11421	America/Yellowknife	Mountain Time - central Northwest Territories
>  CA	+682059-1334300	America/Inuvik	Mountain Time - west Northwest Territories
>  CA	+5946-12014	America/Dawson_Creek	Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia
> @@ -134,7 +136,7 @@ CH	+4723+00832	Europe/Zurich
>  CI	+0519-00402	Africa/Abidjan
>  CK	-2114-15946	Pacific/Rarotonga
>  CL	-3327-07040	America/Santiago	most locations
> -CL	-2710-10927	Pacific/Easter	Easter Island & Sala y Gomez
> +CL	-2709-10926	Pacific/Easter	Easter Island & Sala y Gomez
>  CM	+0403+00942	Africa/Douala
>  CN	+3114+12128	Asia/Shanghai	east China - Beijing, Guangdong, Shanghai, etc.
>  CN	+4545+12641	Asia/Harbin	Heilongjiang (except Mohe), Jilin
> @@ -159,7 +161,7 @@ EC	-0054-08936	Pacific/Galapagos	Galapag
>  EE	+5925+02445	Europe/Tallinn
>  EG	+3003+03115	Africa/Cairo
>  EH	+2709-01312	Africa/El_Aaiun
> -ER	+1520+03853	Africa/Asmera
> +ER	+1520+03853	Africa/Asmara
>  ES	+4024-00341	Europe/Madrid	mainland
>  ES	+3553-00519	Africa/Ceuta	Ceuta & Melilla
>  ES	+2806-01524	Atlantic/Canary	Canary Islands
> @@ -170,10 +172,10 @@ FK	-5142-05751	Atlantic/Stanley
>  FM	+0725+15147	Pacific/Truk	Truk (Chuuk) and Yap
>  FM	+0658+15813	Pacific/Ponape	Ponape (Pohnpei)
>  FM	+0519+16259	Pacific/Kosrae	Kosrae
> -FO	+6201-00646	Atlantic/Faeroe
> +FO	+6201-00646	Atlantic/Faroe
>  FR	+4852+00220	Europe/Paris
>  GA	+0023+00927	Africa/Libreville
> -GB	+512830-0001845	Europe/London
> +GB	+513030-0000731	Europe/London
>  GD	+1203-06145	America/Grenada
>  GE	+4143+04449	Asia/Tbilisi
>  GF	+0456-05220	America/Cayenne
> @@ -212,7 +214,7 @@ IQ	+3321+04425	Asia/Baghdad
>  IR	+3540+05126	Asia/Tehran
>  IS	+6409-02151	Atlantic/Reykjavik
>  IT	+4154+01229	Europe/Rome
> -JE	+4912-00237	Europe/Jersey
> +JE	+4912-00207	Europe/Jersey
>  JM	+1800-07648	America/Jamaica
>  JO	+3157+03556	Asia/Amman
>  JP	+353916+1394441	Asia/Tokyo
> @@ -247,7 +249,7 @@ LY	+3254+01311	Africa/Tripoli
>  MA	+3339-00735	Africa/Casablanca
>  MC	+4342+00723	Europe/Monaco
>  MD	+4700+02850	Europe/Chisinau
> -ME	+4247+01928	Europe/Podgorica
> +ME	+4226+01916	Europe/Podgorica
>  MG	-1855+04731	Indian/Antananarivo
>  MH	+0709+17112	Pacific/Majuro	most locations
>  MH	+0905+16720	Pacific/Kwajalein	Kwajalein
> @@ -367,10 +369,10 @@ TW	+2503+12130	Asia/Taipei
>  TZ	-0648+03917	Africa/Dar_es_Salaam
>  UA	+5026+03031	Europe/Kiev	most locations
>  UA	+4837+02218	Europe/Uzhgorod	Ruthenia
> -UA	+4750+03510	Europe/Zaporozhye	Zaporozh'ye, E Lugansk
> +UA	+4750+03510	Europe/Zaporozhye	Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk
>  UA	+4457+03406	Europe/Simferopol	central Crimea
>  UG	+0019+03225	Africa/Kampala
> -UM	+1700-16830	Pacific/Johnston	Johnston Atoll
> +UM	+1645-16931	Pacific/Johnston	Johnston Atoll
>  UM	+2813-17722	Pacific/Midway	Midway Islands
>  UM	+1917+16637	Pacific/Wake	Wake Island
>  US	+404251-0740023	America/New_York	Eastern Time
> @@ -378,11 +380,13 @@ US	+421953-0830245	America/Detroit	Easte
>  US	+381515-0854534	America/Kentucky/Louisville	Eastern Time - Kentucky - Louisville area
>  US	+364947-0845057	America/Kentucky/Monticello	Eastern Time - Kentucky - Wayne County
>  US	+394606-0860929	America/Indiana/Indianapolis	Eastern Time - Indiana - most locations
> -US	+382232-0862041	America/Indiana/Marengo	Eastern Time - Indiana - Crawford County
> +US	+384038-0873143	America/Indiana/Vincennes	Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties
>  US	+411745-0863730	America/Indiana/Knox	Eastern Time - Indiana - Starke County
> +US	+410305-0863611	America/Indiana/Winamac	Eastern Time - Indiana - Pulaski County
> +US	+382232-0862041	America/Indiana/Marengo	Eastern Time - Indiana - Crawford County
>  US	+384452-0850402	America/Indiana/Vevay	Eastern Time - Indiana - Switzerland County
>  US	+415100-0873900	America/Chicago	Central Time
> -US	+384038-0873143	America/Indiana/Vincennes	Central Time - Indiana - Daviess, Dubois, Knox, Martin, Perry & Pulaski Counties
> +US	+375711-0864541	America/Indiana/Tell_City	Central Time - Indiana - Perry County
>  US	+382931-0871643	America/Indiana/Petersburg	Central Time - Indiana - Pike County
>  US	+450628-0873651	America/Menominee	Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties
>  US	+470659-1011757	America/North_Dakota/Center	Central Time - North Dakota - Oliver County