Closed (fixed)
Project:
World Clock
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2008 at 23:47 UTC
Updated:
29 Dec 2008 at 11:52 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| worldclock.module.txt | 24.87 KB | cobach |
Comments
Comment #1
flevour commentedCommitted to all the active dev branches. Your fix will be included in all future releases. Thank you very much!
Cheers,
Francesco