poco/Foundation
David Shawley 01d998dcc2 * Foundation/include/Poco/LocalDateTime.h
* Foundation/src/LocalDateTime.cpp
  - Fixed Sourceforge tracker 1800031.
    The time zone differential was not being maintained in many places.
    There are some minor functionality changes with this changeset however.
    * Assignment methods which do not take the full time information or a
      tzd as parameters will adjust the time stamp for DST according to
      the time specified. The only methods that do not fall under this
      constraint are:
      - constructors or assigns which accept year, month, day, etc.
      - constructors or assigns which accept a tzd
    * operators += and -= correctly adjust for DST boundary crossings.
    * operators + and - will return a LocalDateTime instance that has
      been adjust for DST boundary crossings.
* Foundation/testsuite/src/LocalDateTimeTest.h
* Foundation/testsuite/src/LocalDateTimeTest.cpp
  - Added testTimezone method.
  - Removed an assertion in testGregorian1() that would fail when the
    current DST offset differed from that of 1970-1-1.
2007-10-01 03:09:05 +00:00
..
include/Poco * Foundation/include/Poco/LocalDateTime.h 2007-10-01 03:09:05 +00:00
samples committed latest 1.3 snapshot 2007-04-18 16:22:57 +00:00
src * Foundation/include/Poco/LocalDateTime.h 2007-10-01 03:09:05 +00:00
testsuite * Foundation/include/Poco/LocalDateTime.h 2007-10-01 03:09:05 +00:00
.cdtproject latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
.project latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
Foundation_vs71.sln sources from main repository 2006-12-22 09:31:08 +00:00
Foundation_vs71.vcproj synchronized trunk 2007-08-10 13:57:07 +00:00
Foundation_vs80.sln sources from main repository 2006-12-22 09:31:08 +00:00
Foundation_vs80.vcproj synchronized trunk 2007-08-10 13:57:07 +00:00
foundation.vmsbuild committed latest 1.3 snapshot 2007-04-18 16:22:57 +00:00
Makefile synchronized trunk 2007-08-10 13:57:07 +00:00