When adding a field to a form in Lotus Notes, one of the possible types is that of "Time Zone". When viewed in the Notes client, it is similar in appearance to a combo box where one of the choices looks like this: (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
When selected, it displays like this: GMT+01:00
And when saved, it's stored like this: "Z=-1$DO=1$DL=3 -1 1 10 -1 1$ZX=103$ZN=W. Europe"
I'm creating an XPage front-end for the Resource form in a modified Resource Reservation template, so I need a control like this in XPages, but don't see one. How do I get/create a control like a Time Zone field?