#include <userver/storages/postgres/io/time_of_day.hpp>
Binary formatter for utils::datetime::TimeOfDay mapped to postgres time This datatype is time-zone agnostic, it should't be mixed with timetz type or sudden TZ adjustments will be applied.
Definition at line 23 of file time_of_day.hpp.
Public Types | |
using | BaseType = detail::BufferFormatterBase<::utils::datetime::TimeOfDay<Duration>> |
Public Member Functions | |
template<typename Buffer > | |
void | operator() (const UserTypes &types, Buffer &buffer) const |
using storages::postgres::io::BufferFormatter<::utils::datetime::TimeOfDay< Duration > >::BaseType = detail::BufferFormatterBase<::utils::datetime::TimeOfDay<Duration>> |
Definition at line 25 of file time_of_day.hpp.
|
inline |
Definition at line 29 of file time_of_day.hpp.