Venezuela Time Zone changed last December from GMT-0400 to GMT-0430.

http://www-306.ibm.com/software/support/venezuelatzinfo.html
http://blogs.technet.com/dst2007/archive/2007/09/24/venezuela-time-zone-...
http://news.bbc.co.uk/1/hi/world/americas/7134927.stm

I have changed the line 155 in the file named ""worldclock.module":
BEFORE CHANGE:
array( t('Venezuela'), -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 ),
AFTER CHANGE:
array( t('Venezuela'), -4.5, 0, 0, 0, 0, 0, 0, 0, 0, 0 ),

It's working right now with this modification.

CommentFileSizeAuthor
worldclock.module.txt24.87 KBcobach

Comments

flevour’s picture

Status: Active » Fixed

Committed to all the active dev branches. Your fix will be included in all future releases. Thank you very much!
Cheers,
Francesco

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.