Can I display GMT on my iPad's world clock?

I have an iPad running iOS 8.1. Can I include a world clock pane with GMT? I see London as an option, but it appears that it adjusts for DST.


Select UTC instead of a city. (Strictly GMT no longer exists.)


I think I found a answer. If you set the clock for Reykjavík, Iceland, it matched GMT a year round. If any answer can make the clock labeled something more like Greenwich Mean Time or UTC or something like that, I'd prefer such an answer to my own.


You can edit the source of the world clock widget to add UTC (or name it GMT if you prefer).

cd /Library/Widgets
sudo vi WorldClock.js

Then, in the Europe section, add the line:

{city:'UTC', offset:0, timezone:'UTC', id:"2647937"},

You may need to remove and recreate any existing clocks in your dashboard for UTC to show up in the list.