Re: Olson querying

2012-03-05 Thread Rick Measham
Nice utility. I wouldn't mind something like this too: $ olson time 13:48 # where is it currently 13:44? $ olson time 13:48 -Cau # where in Australia is it currently 13:44 Australia/Currie Australia/Hobart Australia/Lindeman Australia/Melbourne Australia/Sydney

Re: Olson querying

2012-03-05 Thread Zefram
New version of the query tool attached. This one has a lot more options for searching for zones. It lets you ask questions like: $ olson areas -Cru # where is Russia? Asia Europe $ olson offsets -ICST # what does "CST" mean? -06 -05 +08 +09:30 +10:30 $ o

Re: Olson querying

2012-03-05 Thread Zefram
Dave Rolsky wrote: >The use of Date::ISO8601, Date::JD, and Time::Unix seems a bit odd. >Can't you use DateTime to do all this stuff and avoid the additional >prereqs? Using DateTime would gain minimal convenience. On the downside, it's a heavy module load (both in memory and startup time) and a