Ticket #114 (closed: fixed)
TimeSeriesProperty is not summertime compatible!
| Reported by: | Russell Taylor | Owned by: | Russell Taylor |
|---|---|---|---|
| Priority: | minor | Milestone: | Iteration 20 |
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: |
Description
Several tests are failing because the time is coming back from TimeSeriesProperty shifted by an hour.
Change History
Note: See
TracTickets for help on using
tickets.

(In [826]) std::tm objects were being unnecessarily initialised to the current time, which meant that a spurious daylight savings time flag was being picked up and not corrected. Fixes #114.