Is it planned to add UTC Time as well ?
Version 2 will include the ability of adding any number of timezones of your choice. Cheers, Francesco
Automatically closed -- issue fixed for two weeks with no activity.
I'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.
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.