Hi -

I used both the versions (joda-time-1.6.2.jar 
and joda-time-2.0-RC1.jar) and used the following API:-

DateTime st = new DateTime(
2011, 11, 6,0,0,0,0, DateTimeZone.forID("America/Chicago"));

and the results they returned were identical.

START TIME = { 2011-11-06T00:00:00-05:00 } 
END TIME =  {2011-11-06T01:00:00-05:00 }

START TIME = { 2011-11-06T01:00:00-05:00 } 
END TIME =  {2011-11-06T01:00:00-06:00 }

START TIME = { 2011-11-06T01:00:00-06:00 } 
END TIME =  {2011-11-06T02:00:00-06:00 }

Any suggestions? As stated in my previous email, for fall DST
I want the hour ceiling, i.e. 01:00 -5 to 02:00 -5 and then
02:00 -5 to 02:00 -6.

Best Regards-
Dev




------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to