1) timelib_tz_lookup_table defines the gmtoffset as an int, but in the
fallback table there are some decimals numbers. So, either remove those
entries or change the struct to hold a float. This also applies to the
timelib_timezone_id_from_abbr() function, which receives a long, instead
of a
floa
On Fri, 14 Oct 2005, Nuno Lopes wrote:
> Hi,
>
> In the last hours I've been debugging and testing the new implementation of
> the date related functions on windows.
> I've found some little problems:
>
> 1) timelib_tz_lookup_table defines the gmtoffset as an int, but in the
> fallback table the