0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

fixed ctest issues

This commit is contained in:
Aaron Bishop 2016-05-19 21:03:49 -04:00
parent ce7b949e1b
commit c0494bd98b

View File

@ -64,8 +64,7 @@ namespace sqlpp
}
else
{
const auto time = ::date::make_time(::sqlpp::chrono::floor<::date::days>(e.value() % std::chrono::duration<std::chrono::hours>(24)));
os << time;
os << ::date::make_time(e.value());
}
return os;
}