Search found 2 matches
- Wed Dec 09, 2009 1:23 am
- Forum: JFreeChart
- Topic: DST Time Series Duplicate
- Replies: 3
- Views: 9733
Re: DST Time Series Duplicate
Oh... actually my bad, turns out setting the Second to a a non-DST timezone does work, not sure why I thought it didn't. I think I might have gotten confused by the fact that when you call toString() on a Second it displays using the default timezone rather than the timezone of the Second. Second s ...
- Tue Dec 08, 2009 3:03 am
- Forum: JFreeChart
- Topic: DST Time Series Duplicate
- Replies: 3
- Views: 9733
DST Time Series Duplicate
Hi, I'm trying to add data to a TimeSeries object, using the Second class for the period. However I get this exception: Exception in thread "AWT-EventQueue-0" org.jfree.data.general.SeriesException: You are attempting to add an observation for the time period Sun Apr 05 02:00:00 EST 2009 but the ser...