Merge branch 'develop' of https://github.com/pocoproject/poco into develop

This commit is contained in:
Alex Fabijanic
2013-11-05 23:11:50 -06:00

View File

@@ -45,7 +45,7 @@ namespace Poco {
void DateTimeFormatter::append(std::string& str, const LocalDateTime& dateTime, const std::string& fmt)
{
DateTimeFormatter::append(str, dateTime.utc(), fmt, dateTime.tzd());
DateTimeFormatter::append(str, dateTime._dateTime, fmt, dateTime.tzd());
}