S?bastien Aperghis-Tramoni wrote:
> if ($curr_span->[IS_DST]) {
This span structure is not a supported API. It's merely part of
the implementation, and subject to change at any time. Indeed, we're
looking at replacing the current implementation of these timezones with
DateTime::TimeZone::Olson, which uses different internal structures.
>... except I have no idea how to convert the values from UTC_START or
>LOCAL_START to something usable. DateTime::Format::Epoch lead to no
>success.
They're scaled RD (Rata Die) values. They correspond to what you get
from $dt->utc_rd_as_seconds and $dt->local_rd_as_seconds.
-zefram