#include <userver/logging/timestamp.hpp>
A fixed-size date and time string in YYYY-MM-DDTHH:MM:SS format.
The contents are not null-terminated. Use ToStringView() to access them.
Definition at line 20 of file timestamp.hpp.
Public Member Functions | |
| std::string_view | ToStringView () const noexcept |
Public Attributes | |
| char | data [kSize] {} |
Static Public Attributes | |
| static constexpr std::size_t | kSize = sizeof("0000-00-00T00:00:00") - 1 |
|
inlinenoexcept |
Definition at line 25 of file timestamp.hpp.
| char logging::TimeString::data[kSize] {} |
Definition at line 23 of file timestamp.hpp.
|
staticconstexpr |
Definition at line 21 of file timestamp.hpp.