Hi,
When inspecting an integer, one of its interpretations is as a universal time, which is decoded and printed in iso 8601 format.
For example, C-c I (get-universal-time) showed: As time: 2005-09-13T00:43:42+01:00
Unfortunately, the indicated number of minutes in the timezone is always 00 or 01, which is problematic when the timezone offset from UTC is not an integer number of hours.
Also, the dst return value from decode-universal-time is ignored, leading to a one-hour error when DST is in effect.
Fix attached.
Vincent.