Closed (fixed)
Project:
World Clock
Version:
5.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2008 at 11:21 UTC
Updated:
8 Sep 2009 at 12:05 UTC
Is it planned to add UTC Time as well ?
Comments
Comment #1
flevour commentedVersion 2 will include the ability of adding any number of timezones of your choice.
Cheers,
Francesco
Comment #3
ralfvk commentedI've just added the following code to the worldclock.module:
array( t('UTC'), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ),
And it seems to work.