[flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Paul DeCoursey
http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay, here is a rough demo and the source. The part that you'd want to focus on is the TimezoneUtils class. I have only a few time zones defined in it. In our setup we use a web service to provide a full list of timezones, all 230 or so

[flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Paul DeCoursey
http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay, here is a rough demo and the source. The part that you'd want to focus on is the TimezoneUtils class. I have only a few time zones defined in it. In our setup we use a web service to provide a full list of timezones, all 230 or so

Re: [flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Kevin
thanks. I'll look this over and give you my thought. What is the name/info of the webservice that you use. It might be something that could be useful to me as well. Thanks, Kevin On Apr 4, 2007, at 10:33 AM, Paul DeCoursey wrote: http://pdecoursey.googlepages.com/DateUtilCommonTest.zip

Re: [flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Kevin
Paul, I am getting this error: I have not worked with ResourceBundle before. Any clue as to what could be wrong? Unable to resolve a class for ResourceBundle - Kevin On Apr 4, 2007, at 10:33 AM, Paul DeCoursey wrote: http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay,

[flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Paul DeCoursey
short answer, no. But I have been working on a library that provides this option. It's not really ready for release yet. Give me a few more days to document it and I'll send you what I have. Paul --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: is there a way to set the

Re: [flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Kevin
that would be great. I have been thinking over different ways to accomplish this. i look forward to seeing your library. thanks! - Kevin On Apr 3, 2007, at 10:50 AM, Paul DeCoursey wrote: short answer, no. But I have been working on a library that provides this option. It's not really

Re: [flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Sam Shrefler
Paul: I'm interested to know how your library will handle timezones. Are you trying to hook into all DateTimes or just writing some login to change datetimes and such. I submitted a long time ago a feature request to Adobe to allow hooking into AMF Deserialization to handle timezone changes.