Thanks, that's exactly what I needed. The isDST function didn't seem to work for me (always returned false), but comparing my date's against the dst start and dst end worked. I'm using a range of dates from March 5th (not DST) to now (DST).
On Mon, Apr 13, 2009 at 6:54 PM, lampei <[email protected]> wrote: > > > My FlexDateUtils library has a class in it to check for DST > > http://code.google.com/p/flexdateutils/ > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Dennis > Falling <dfall...@...> wrote: > > > > I'm trying to print the time zone for a date, and need to know the > daylight > > savings time. Is there a way to get this in flex? > > Thanks. > > > > >

