Changes between Initial Version and Version 1 of Ticket #529, comment 14


Ignore:
Timestamp:
Apr 3, 2014, 9:54:03 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529, comment 14

    initial v1  
    1 (In [2307]) Refs #529. Class/file `ReportTableUtil.java` in `labenv/src/net/sf/basedb/labenv/util/ updated to hopefully fix problem with assigning an hour period string for times on dates when daylight saving time starts or ends (previous algorithm gave the number of hours after midnight):
     1(In [2307]) Refs #529. Class/file `ReportTableUtil.java` in `labenv/src/net/sf/basedb/labenv/util/` updated to hopefully fix problem with assigning an hour period string for times on dates when daylight saving time starts or ends (previous algorithm gave the number of hours after midnight):
    22
    33 1. Public method `String getCurrentPeriod(Date currentDateTime, String viewType)` for `viewType` equal to "`dailyDistribution`" to use algorithm using `SimpleDateFormat(...)`, that hopefully will be correct also at start and end of daylight saving time.