Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > NZ daylight saving change

Reply
Thread Tools

NZ daylight saving change

 
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-13-2007
In message <>, Ralph Fox wrote:

> On Fri, 10 Aug 2007 15:07:22 +1200, in message
> <f9gkl2$1au$>, Lawrence D'Oliveiro wrote:
>
>> As you may or may not know, daylight saving is starting a week earlier
>> this year, on September 30th. I was just wondering which people's OSes
>> were up to date.

>
> For Windows 9x users


[Registry-munging instructions omitted]

By the way, anybody who thinks the Windows system for keeping track of time
zones makes any kind of sense might like to read this
<http://article.gmane.org/gmane.comp.time.tz/1736>.

The question was: how to map between standard timezone names in the Olson
database and timezones used in Windows. The answer is: there is no simple
way to do it. If you use localized names, then of course those vary between
different language editions of Windows. And if you use internal Registry
keys, then those vary between different versions of Dimdows. So either way,
you've got a real job on your hands. Fun, isn't it?
 
Reply With Quote
 
 
 
 
Allistar
Guest
Posts: n/a
 
      08-14-2007
Rob S wrote:

> Shane wrote:
>> Steven Ellis wrote:
>>
>>> On Aug 10, 3:43 pm, Lawrence D'Oliveiro <l...@geek-
>>> central.gen.new_zealand> wrote:
>>>> In message <f9gkl2$1a...@lust.ihug.co.nz>, I wrote:
>>>>
>>>>> OpenSuSE 10.2 doesn't seem to have any updated timezone package as
>>>>> yet. Nor does Debian 4.0.
>>>> Actually this is no big deal. It's easy enough to get updated zoneinfo
>>>> sources from <http://www.twinsun.com/tz/tz-link.htm> -- it's
>>>> the "australasia" file we particularly want. For some reason the "Zone"
>>>> lines for "NZ" and "NZ-CHAT" are commented out and need to be
>>>> uncommented; then just compile that file with the zic utility, and it
>>>> will automatically place the updated results in your
>>>> /usr/share/zoneinfo directory.
>>>>
>>>> Whether you need to do anything more depends on whether your
>>>> /etc/localtime file is a copy of /usr/share/zoneinfo/NZ, or a symlink;
>>>> if it's a symlink, then there's nothing more to do. Otherwise the copy
>>>> needs to be recopied--or just change it to a symlink while you're at
>>>> it.
>>>>
>>>> I've just done this on a couple of SuSE 10.0 machines.
>>>
>>> Redhat have released patches for enterpirse.
>>>
>>> Debian has a release in volatile at the moment.
>>>
>>> Ubuntu have releases pending.
>>>
>>> Steve

>>
>> Dapper already has it correct.
>> shane@laptop:~$ date -d "+49 days"
>> Fri Sep 28 20:31:50 NZST 2007
>> shane@laptop:~$ date -d "+51 days"
>> Sun Sep 30 21:31:58 NZDT 2007
>>

> I've just done dist-upgrade today on Ubuntu, so now 7.10 gutsy tribe
> alpha 3 and daylight saving is correct.
>
> (compiz fusion installed by default. No spinning box, has the desktop
> wall instead)


Do you prefer te desktop wall over the desktop cube? I use the cube and fell
for my uses the "wall" may be better. I used to think eye-candy was
pointless, but not after installing Beryl (on gentoo linux, triple head
setup). It sounds silly, but having my windows burn up in flames when I
close them lightens my mood when I'm working.

Allistar.
 
Reply With Quote
 
 
 
 
Allistar
Guest
Posts: n/a
 
      08-14-2007
Lawrence D'Oliveiro wrote:

> In message <>, Allistar
> wrote:
>
>> (Gentoo doesn't really have versions as such).

>
> I'm not so sure, because there are different versions of
> /etc/make.profile. When I changed mine from 2006.0 to 2006.1, the next
> time I tried to emerge something, it reported a whole bunch of stuff out
> of date and upgraded that as well.


Aren't profiles more to do with what USE flags are enabled by default?

Do you know of way to find out all packages that could be updated? It
seems "emerge world" doesn't catch all.

Allistar.
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-14-2007
In message <46bd86e1$>, EMB wrote:

> Lawrence D'Oliveiro wrote:
>> In message <>, Ralph Fox wrote:
>>
>>> On Fri, 10 Aug 2007 15:07:22 +1200, in message
>>> <f9gkl2$1au$>, Lawrence D'Oliveiro wrote:
>>>
>>>> As you may or may not know, daylight saving is starting a week earlier
>>>> this year, on September 30th. I was just wondering which people's OSes
>>>> were up to date.
>>> For Windows 9x users
>>>

>> [Registry-munging instructions omitted]
>>
>> WARNING: editing the Dimdows Registry can DESTROY YOUR SYSTEM, to the
>> point where the only way to recover is to REFORMAT AND REINSTALL. PROCEED
>> AT YOUR OWN PERIL.

>
> More FUD from LDO


Make up your mind. The last time I said something similar
<http://groups.google.co.nz/groups?selm=1185172993.71185@ftpsrv1>, I had an
acknowledged Dimdows fanboy agree that I was right. Yet here you are saying
that's wrong. One of you must be lying, but which one?
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-14-2007
In message <Bv->, Allistar wrote:

> Lawrence D'Oliveiro wrote:
>
>> In message <>, Allistar
>> wrote:
>>
>>> (Gentoo doesn't really have versions as such).

>>
>> I'm not so sure, because there are different versions of
>> /etc/make.profile. When I changed mine from 2006.0 to 2006.1, the next
>> time I tried to emerge something, it reported a whole bunch of stuff out
>> of date and upgraded that as well.

>
> Aren't profiles more to do with what USE flags are enabled by default?


No, USE flags can be configured in /etc/portage/package.use. Or directly set
on the command line with

USE=<blah> emerge <package> ...

(not recommended because you can lose track of what USE settings you
installed each package with).

> Do you know of way to find out all packages that could be updated? It
> seems "emerge world" doesn't catch all.


Don't know. Have you tried checking the Gentoo handbook? Maybe I should do
it myself.
 
Reply With Quote
 
Rob S
Guest
Posts: n/a
 
      08-14-2007
Allistar wrote:
> Rob S wrote:
>
>> Shane wrote:
>>> Steven Ellis wrote:
>>>
>>>> On Aug 10, 3:43 pm, Lawrence D'Oliveiro <l...@geek-
>>>> central.gen.new_zealand> wrote:
>>>>> In message <f9gkl2$1a...@lust.ihug.co.nz>, I wrote:
>>>>>
>>>>>> OpenSuSE 10.2 doesn't seem to have any updated timezone package as
>>>>>> yet. Nor does Debian 4.0.
>>>>> Actually this is no big deal. It's easy enough to get updated zoneinfo
>>>>> sources from <http://www.twinsun.com/tz/tz-link.htm> -- it's
>>>>> the "australasia" file we particularly want. For some reason the "Zone"
>>>>> lines for "NZ" and "NZ-CHAT" are commented out and need to be
>>>>> uncommented; then just compile that file with the zic utility, and it
>>>>> will automatically place the updated results in your
>>>>> /usr/share/zoneinfo directory.
>>>>>
>>>>> Whether you need to do anything more depends on whether your
>>>>> /etc/localtime file is a copy of /usr/share/zoneinfo/NZ, or a symlink;
>>>>> if it's a symlink, then there's nothing more to do. Otherwise the copy
>>>>> needs to be recopied--or just change it to a symlink while you're at
>>>>> it.
>>>>>
>>>>> I've just done this on a couple of SuSE 10.0 machines.
>>>> Redhat have released patches for enterpirse.
>>>>
>>>> Debian has a release in volatile at the moment.
>>>>
>>>> Ubuntu have releases pending.
>>>>
>>>> Steve
>>> Dapper already has it correct.
>>> shane@laptop:~$ date -d "+49 days"
>>> Fri Sep 28 20:31:50 NZST 2007
>>> shane@laptop:~$ date -d "+51 days"
>>> Sun Sep 30 21:31:58 NZDT 2007
>>>

>> I've just done dist-upgrade today on Ubuntu, so now 7.10 gutsy tribe
>> alpha 3 and daylight saving is correct.
>>
>> (compiz fusion installed by default. No spinning box, has the desktop
>> wall instead)

>
> Do you prefer te desktop wall over the desktop cube? I use the cube and fell
> for my uses the "wall" may be better. I used to think eye-candy was
> pointless, but not after installing Beryl (on gentoo linux, triple head
> setup). It sounds silly, but having my windows burn up in flames when I
> close them lightens my mood when I'm working.
>
> Allistar.


I've used the cube in earlier iterations, but I'm finding the wall
better suited to my way of working. I'm not really a fan of the flames
either, wobbles & squirms is more my style

--

Rob
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.aspir8or.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -


On the sixth day, God created the platypus. And God said: let's see the
evolutionists try and figure this one out.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
Reply With Quote
 
Ross
Guest
Posts: n/a
 
      08-14-2007
On Sat, 11 Aug 2007 20:15:30 +1200, Lawrence D'Oliveiro
<_zealand> wrote:

>In message <>, Ralph Fox wrote:
>
>> On Fri, 10 Aug 2007 15:07:22 +1200, in message
>> <f9gkl2$1au$>, Lawrence D'Oliveiro wrote:
>>
>>> As you may or may not know, daylight saving is starting a week earlier
>>> this year, on September 30th. I was just wondering which people's OSes
>>> were up to date.

>>
>> For Windows 9x users
>>

>[Registry-munging instructions omitted]
>
>WARNING: editing the Dimdows Registry can DESTROY YOUR SYSTEM, to the point
>where the only way to recover is to REFORMAT AND REINSTALL. PROCEED AT YOUR
>OWN PERIL.


I've edited Win9x registries hundreds of times.
Never had this problem yet.

And why the strange comment about the "only way to recover".
By default there are 5 backup versions of the registry.
You just start up with the "command prompt only" option, run scanreg,
and restore a previous version.
 
Reply With Quote
 
Nicolaas Hawkins
Guest
Posts: n/a
 
      08-14-2007
On Tue, 14 Aug 2007 21:01:09 +1200, Ross <>
wrote in <news: >:

> On Sat, 11 Aug 2007 20:15:30 +1200, Lawrence D'Oliveiro
> <_zealand> wrote:
>
>>In message <>, Ralph Fox wrote:
>>
>>> On Fri, 10 Aug 2007 15:07:22 +1200, in message
>>> <f9gkl2$1au$>, Lawrence D'Oliveiro wrote:
>>>
>>>> As you may or may not know, daylight saving is starting a week earlier
>>>> this year, on September 30th. I was just wondering which people's OSes
>>>> were up to date.
>>>
>>> For Windows 9x users
>>>

>>[Registry-munging instructions omitted]
>>
>>WARNING: editing the Dimdows Registry can DESTROY YOUR SYSTEM, to the point
>>where the only way to recover is to REFORMAT AND REINSTALL. PROCEED AT YOUR
>>OWN PERIL.

>
> I've edited Win9x registries hundreds of times.
> Never had this problem yet.
>
> And why the strange comment about the "only way to recover".
> By default there are 5 backup versions of the registry.
> You just start up with the "command prompt only" option, run scanreg,
> and restore a previous version.


With him being a dedicated Windows-basher (which he obviously is from the
phraseology used), more than the most superficial knowledge about what he
is bashing may be far too much to expect.

--
Nicolaas.


.... Do not try to catch a dropped cactus.
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-15-2007
In message <>, Ross wrote:

> On Sat, 11 Aug 2007 20:15:30 +1200, Lawrence D'Oliveiro
> <_zealand> wrote:
>
>>In message <>, Ralph Fox wrote:
>>
>>> On Fri, 10 Aug 2007 15:07:22 +1200, in message
>>> <f9gkl2$1au$>, Lawrence D'Oliveiro wrote:
>>>
>>>> As you may or may not know, daylight saving is starting a week earlier
>>>> this year, on September 30th. I was just wondering which people's OSes
>>>> were up to date.
>>>
>>> For Windows 9x users
>>>

>>[Registry-munging instructions omitted]
>>
>>WARNING: editing the Dimdows Registry can DESTROY YOUR SYSTEM, to the
>>point where the only way to recover is to REFORMAT AND REINSTALL. PROCEED
>>AT YOUR OWN PERIL.

>
> I've edited Win9x registries hundreds of times.
> Never had this problem yet.
>
> And why the strange comment about the "only way to recover".
> By default there are 5 backup versions of the registry.
> You just start up with the "command prompt only" option, run scanreg,
> and restore a previous version.


Perhaps because 99% of Windows users wouldn't have a clue what you're
talking about? So most of the time, once the Registry is damaged, that's
the end of your system.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert a given local time to UT considering Daylight Saving Times.... Filip Lyncker C++ 3 04-05-2005 02:52 PM
Daylight saving Amitabh Deepak C++ 4 09-17-2004 12:38 PM
Daylight saving 2004-10-31 03:00 EEST/EET? NoName NoName Java 0 04-12-2004 07:21 PM
Daylight Saving time: How to identify if a given time is invalid? Pranav Kantawala Java 5 02-25-2004 06:28 PM
Converting datetimes from/to UTC/GMT including daylight saving Michael Pfeifer C++ 4 12-17-2003 09:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57