Thank you for the speedy response, basically I am after list of about 50 cities each with their difference to GMT.
I have had a nose at the Olson database and I cant find differenes to GMT
// Add Items to Combo Box.
locations.addItem({data:+0, label:"Abidjan, Ivory Coast"});
locations.addItem({data:+4, label:"Abu Dhabi, UAE"});
locations.addItem({data:+1, label:"Abuja, Nigeria"});
locations.addItem({data:+3, label:"Addis Ababa, Ethiopia"});
locations.addItem({data:+10, label:"Adelaide, Australia"});
locations.addItem({data:+3, label:"Aden, South Yemen"});
locations.addItem({data:-9, label:"Alaska, USA"});
locations.addItem({data:+0, label:"Algiers, Algeria"});
locations.addItem({data:+1, label:"Amsterdam, Netherlands"});
locations.addItem({data:+12, label:"Anadyr, Russia"});
locations.addItem({data:+3, label:"Antananarivo, Madagascar"});
locations.addItem({data:-3, label:"Asuncion, Paraguay"});
locations.addItem({data:+2, label:"Athens, Greece"});
locations.addItem({data:-5, label:"Atlanta, USA"});
locations.addItem({data:+3, label:"Baghdad, Iraq"});
locations.addItem({data:+0, label:"Bamako, Mali"});
locations.addItem({data:+8, label:"Bandar Seri Begawan, Brunei"});
locations.addItem({data:+7, label:"Bangkok, Thailand"});
locations.addItem({data:+1, label:"Bangui, Central African Republic"});
This is the type of thing I have all ready, however I fear it will be incorrect when the clocks change next week, in the UK