Package: libswfdec-0.8-0
Version: 0.8.4-1

I just noticed the following:

(epiphany-browser:21566): GLib-GObject-WARNING **: value "780" of type `gint' 
is invalid or out of range for property `utc-offset' of type `gint'

After some spelunking I discovered this in swfdec0.8:

      g_object_class_install_property (object_class, PROP_UTC_OFFSET,
          g_param_spec_int ("utc-offset", "utc offset",
            "Difference between UTC and local timezone in minutes",
              -12 * 60, 12 * 60, 0, G_PARAM_READWRITE | G_PARAM_CONSTRUCT));

which limits the values of the property to plus or minus 12 hours.

However, there are places on Earth whose offset from UTC can
exceed 12 hours; here in New Zealand, which is in UTC+12, daylight
saving time means that the current offset from UTC is 13 hours,
which results in the above message.

Per http://en.wikipedia.org/wiki/List_of_time_zones#UTC.2B12.2C_M
the allowable range should probably be -12 to +14 hours.

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to