Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Tom Chiverton
On Friday 26 Sep 2008, george_w_canada wrote: Anyone knows are there any best way to use the public zoneinfo database (from original Olson database) in AIR applications? The zoneinfo database is published as a set of text files so just embed them. -- Tom Chiverton Helping to confidentially

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Igor Costa
George See that? http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones You can create a db in sqlite and store all the info. Than you can use it easy. Regards Igor On Fri, Sep 26, 2008 at 1:35 PM, george_w_canada [EMAIL PROTECTED] wrote: Anyone knows are there any best way to use the

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Paul Hastings
george_w_canada wrote: Anyone knows are there any best way to use the public zoneinfo database (from original Olson database) in AIR applications? http://en.wikipedia.org/wiki/Zoneinfo parsing that tz data is not trivial (you might have better luck w/the binary distribution). if you don't

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread George
Thanks Igor. I know that. That list is just the zone.tab file. What I need is to get a complete zoneinfo database (and can be updated to new data later when zoneinfo database update maybe every year) and convert into something that to be used directly in AIR applications. Especially I need not

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Igor Costa
George I don't know if you know the Joda, I've portted to actionscript 3.0 and in it there's a very powerfull date/time api for java developers. I don't know if I could to opensource the portation for now because there's a lot of thing to test. But the kind of zoneinfo db is hard to keep in auto

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread George
Igor, I had a look on that. But as Java JRE already included zoneinfo database support itself, I wonder if it helpful for me because what I'm doing is a standalone AIR application, without any server side and I need includes accurate zoneinfo data to support timezones runtime. Comparing to

[flexcoders] Zoneinfo database to use for AIR applications.

2008-09-26 Thread george_w_canada
Anyone knows are there any best way to use the public zoneinfo database (from original Olson database) in AIR applications? http://en.wikipedia.org/wiki/Zoneinfo