UTC
ralfvk - September 15, 2008 - 11:21
| Project: | World Clock |
| Version: | 5.x-1.3 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it planned to add UTC Time as well ?

#1
Version 2 will include the ability of adding any number of timezones of your choice.
Cheers,
Francesco
#2
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.