> Hi, > > is there a function I can call to determine if Daylight > Saving Time (or British Summer Time to be precise) is in > effect. Or do I have to work it out for myself. > > Thanks in advance > Thomas
The time zone and daylight savings adjustment that is in effect are stored as system preferences. These preferences can be retrieved by using PrefGetPreference and passing prefTimeZone and prefDaylightSavingAdjustment respectively. If this is the kind of functionality you were looking for, more information can be found in the Palm OS API Reference under the System Management -> Time Manager section. I hope that helps. Vinu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
