userver
C++ Async Framework
Loading...
Searching...
No Matches
time_point_tz.hpp
1
#
pragma
once
2
3
#
include
<
userver
/
chaotic
/
convert
/
to
.
hpp
>
4
#
include
<
userver
/
storages
/
postgres
/
io
/
chrono
.
hpp
>
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
storages::postgres {
9
10
TimePointTz Convert(
const
std::string& str, chaotic::convert::To<TimePointTz>);
11
12
std::string Convert(
const
TimePointTz& tp, chaotic::convert::To<std::string>);
13
14
}
// namespace storages::postgres
15
16
USERVER_NAMESPACE_END
userver
chaotic
io
userver
storages
postgres
time_point_tz.hpp
Generated on Fri Aug 22 2025 11:42:23 for userver by
Doxygen
1.9.8