?xml version="1.0" encoding="UTF-8" ?>
skin version="1.0">
window id="Analog Clock" w="108" h="108" threshold="128" default="0">
image id="Analog Clock.background" element="bitmap.clock.background" origin="TOP-LEFT" x="0" y="0" />
time id="Analog Clock.hand.hours" element="bitmap.clock.hand.hours" x="54" y="54" remainder="43200" cx="4" cy="30" timezone="-5" />
time id="Analog Clock.hand.minutes" element="bitmap.clock.hand.minutes" x="54" y="54" remainder="3600" cx="4" cy="40" />
time id="Analog Clock.hand.seconds" element="bitmap.clock.hand.seconds" x="54" y="54" remainder="60" cx="3" cy="40" />
image id="Analog Clock.center" element="bitmap.clock.center" origin="TOP-LEFT" x="50" y="50" />
/window>
/skin>
I tried adding timezone="-5" to the xml of the clock and then recompressing the skin and restarting rainlendar, and it didn't load the clock. When I tried to open the options to look at it, rainlendar just crashed, and I had to delete the skin.
Where did I go wrong?
