Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Possible Bug / strange behaviour / Version 3.0.2 Solaris 2.4
- X-seq: zsh-workers 3376
- From: Andrej Borsenkow <borsenkow.msk@xxxxxx>
- To: "C. v. Stuckrad" <stucki@xxxxxxxxxxxxxxxxx>, rene@xxxxxxxxxxxxxxxxx
- Subject: Re: Possible Bug / strange behaviour / Version 3.0.2 Solaris 2.4
- Date: Thu, 24 Jul 1997 18:44:35 +0400 (MSD)
- Cc: Zsh workers list <zsh-workers@xxxxxxxxxxxxxxx>
- In-reply-to: <Pine.GSO.3.95q.970724133651.3672B-100000@petzval>
- Reply-to: borsenkow.msk@xxxxxx
On Thu, 24 Jul 1997, C. v. Stuckrad wrote:
>
> As this does NOT happen under LINUX and NOT under SunOS
> it might be something spuriously depending on the OS and on the
> ZSH-Version but we found it extremely strange:
>
> In Solaris 2.4 (compiled with gcc 2.7.2) the zsh 3.0.2
> switches the time depending on 'how the TZ-variable was created'
>
> - If exported directly, or exported and a command follows
> the shown value of '%*' changes.
> - If just set, or 'exported by just exporting the variable and no command
> on the line' the time stays correct!
>
> Any ideas?
It smells like a OS bug. I can reproduce it as well (probably, because my
system also originates in SVR4 ;-) This happens (in my OS at least) under
very special cases. I can describe it, if you are interested. It has
nothing to do with ZSH - I can send you small test program which shows
this problem.
As for your description - untill TZ is exported, time functions, which are
used by ZSH, just don't see it and use some fallback value (UTC in our
case -- obviously MET in your case). If you export empty TZ - it is the
same, as unset it. As soon as TZ is exported, it triggers this bug.
Just interseted: on my system exporting full TZ specification is buggy,
but exporting just "TZ=CET-1CEST-2,M3.5.0/02:00:00" works fine.
OTOH who needs to change TZ on the fly ;-}
greetings
-------------------------------------------------------------------------
Andrej Borsenkow Fax: +7 (095) 252 01 05
SNI ITS Moscow Tel: +7 (095) 252 13 88
NERV: borsenkow.msk E-Mail: borsenkow.msk@xxxxxx
-------------------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author