mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user