The other problem im having is when the handheld and pc have different time zones.
1. is there any way for me to tell if the palm and pc are running with two different times zones?
2. How do I get the times to both match so I can compare them properly and how should I then prepare the pc time_t to be written to the palm date time if I need to change the palm time. Is the palms dateTime always in UTC?
I tried using
putenv("TZ=UTC");
tzset();
but then the time I write back to the palm gets set to UTC but the time zone stays "eastern"
Thanks for the help, Mike
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
