Hi Bruno,

Bruno Haible <br...@clisp.org> writes:

> Still, it troubles me (and I regret that I had not thought of it earlier)
> that
>   - A list of time points is presented, each occurring in a different
>     time zone, but without the time zone.
>   - As a consequence, the dates are not monotonically increasing.

How do we deal with this for manually written ChangeLogs? For example
two people commiting patches at the same time:

    $ TZ='America/Los_Angeles' date
    Wed Jul  3 05:08:12 PM PDT 2024

    $ TZ='Europe/Berlin' date
    Thu Jul  4 02:08:20 AM CEST 2024

> So, can we have
>   - 1) with localtime(), as the default behaviour,
>   - 2) as implemented by Collin, but enabled through a command-line option,
> and then update the second example in the documentation [2], to remove
> TZ=UTC=0 and use that command-line option instead?

I can send a version of that patch if that is agreeable to everyone.

Collin

Reply via email to