Hi Bradley,
you wrote
:
"It appears that you mean how much the civil time changes during a DST shift"
Yes exactly - it is a value of 1h, 0.5h or 2h (standard, half or double daylight savings time) I'm searching for.
Do you know if the tz database time zones (for example 'America/Chicago) ever changed their standard UTC-Offset excluding DST (in any) like they are listed in Wikipedia? If the utc-offsets are fixed ('America/Chicago' = -6h) than it would be easy to calculate the searched value (bold written):
'cctz UTC-Offset' (full utc-offset incl. DST) - 'tz UTC-Offset' (standard utc-offset without DST) =
0.5, 1 or 2 h
Do you think this solution is
reliable?
I'm aware that most likely nobody else will need this value, so I don't bother that cctz didn't support it directly. For computation I don't use this value neither. Its in a field in a standardized file exchange format (which I have to take as it is). I like to support it in my astronomical application, which can show the heaven in a single moment in time.
Susan