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:
parent
ce7b949e1b
commit
c0494bd98b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user