Why does that make any difference to a user? "Standard" vs "Daylight" (in English) is a naming issue. If Ireland wanted to call *neither* one of them "Standard Time" — for example, "Summer Time" vs "Winter Time", or whatever they want ("Chris O’Dowd Time" and "Dawn O'Porter Time") — why do we care? Why do people think that the name has to be aligned with that flag, because it obviously isn't in many languages/countries that don't use a term like "Standard" in the name at all. Mark On Sun, Feb 11, 2018 at 8:51 AM, Robert Elz <kre@munnari.oz.au> wrote:
Date: Sun, 11 Feb 2018 07:18:24 +0100 From: =?UTF-8?B?TWFyayBEYXZpcyDimJXvuI8=?= <mark@macchiato.com> Message-ID: <CAJ2xs_H5OHTpqewiSSKm8YjLU1oyY_ 7dH1iwQxCHNEV3qWwDSA@mail.gmail.com>
| What exactly is incorrect about this?
When it is standard time (ie: July in Eire as you noted) tm_isdst should be 0. When it is the alternate time (ie: December in Eire) tm_isdst should be 1. Is that what you are currently seeing? If not, it is incorrect.
kre