Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Paul Goyette
Module Name:src Committed By: christos Date: Wed Apr 17 17:37:29 UTC 2019 Modified Files: src/lib/libc/time: localtime.c Log Message: Pick up the latest matching (most recent) entry instead of the first one. This fixes: env TZ=Australia/Melbourne date printing

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Paul Goyette
XXX: To be strictly correct, the tzgetname() call should probably take a time reference point in order to return the appropriate zone name for the time given. Yes, the timezone name should be associated with the specific point in time. Of course, the problem is, what specific point in time sho

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Paul Goyette
On Thu, 18 Apr 2019, Paul Goyette wrote: XXX: To be strictly correct, the tzgetname() call should probably take a time reference point in order to return the appropriate zone name for the time given. Yes, the timezone name should be associated with the specific point in time. Of course, the

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Christos Zoulas
On Apr 18, 9:57am, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/lib/libc/time | >> XXX: To be strictly correct, the tzgetname() call should probably take | >> a time reference point in order to return the appropriate zone name | >> for the time given. | > | > Yes, the t

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Paul Goyette
On Wed, 17 Apr 2019, Christos Zoulas wrote: On Apr 18, 10:07am, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/lib/libc/time | Here's a draft. If there's no objection, I can commit it in a day or | two. Put it as part of the documentation and say that it is a bug that

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Christos Zoulas
On Apr 18, 10:07am, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/lib/libc/time | Here's a draft. If there's no objection, I can commit it in a day or | two. Put it as part of the documentation and say that it is a bug that there is no way to get one referencing a part

Re: CVS commit: src/lib/libc/time

2019-04-17 Thread Robert Elz
Date:Wed, 17 Apr 2019 22:47:04 -0400 From:chris...@zoulas.com (Christos Zoulas) Message-ID: <20190418024704.6a10717f...@rebar.astron.com> | Put it as part of the documentation and say that it is a bug that there | is no way to get one referencing a particular point