Re: TimeZones
- To: mathgroup at smc.vnet.net
- Subject: [mg101511] Re: TimeZones
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Thu, 9 Jul 2009 01:55:01 -0400 (EDT)
- References: <h31und$bpt$1@smc.vnet.net>
It doesn't seem to be available for any city in the US: In[51]:= DeleteCases[ CityData[#, "TimeZone"] & /@ CityData[{All, "UnitedStates"}], Missing["NotAvailable"]] // Length Out[51]= 0 Not so for the Netherlands: In[52]:= DeleteCases[ CityData[#, "TimeZone"] & /@ CityData[{All, "Netherlands"}], Missing["NotAvailable"]] // Length Out[52]= 482 It's a sign of the times. Cheers -- Sjoerd On Jul 8, 1:08 pm, DrMajorBob <btre... at austin.rr.com> wrote: > Why is this unavailable? > > CityData[{"Austin", "Texas", "UnitedStates"}, "TimeZone"] > > Missing["NotAvailable"] > > Bobby > > -- > DrMajor... at bigfoot.com