Project:World Clock
Version:5.x-1.3
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Is it planned to add UTC Time as well ?

Comments

#1

Status:active» fixed

Version 2 will include the ability of adding any number of timezones of your choice.
Cheers,
Francesco

#2

Status:fixed» closed (fixed)

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

#3

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.