Add lttng::utils::time_to_iso8601_str
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 May 2022 19:15:44 +0000 (15:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Jun 2022 20:34:46 +0000 (16:34 -0400)
commit332a2147fece4548eac38a0929b208230a8da31f
tree45b16f8be4ea3ce0e3d2126e23a1c0e627c82850
parent05aa7e19ec97871aad18d7c9787c4c89611cd2cd
Add lttng::utils::time_to_iso8601_str

lttng::utils::time_to_iso8601_str implements the same formatting
as time_to_iso8601_str, but returns an std::string.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I0bd7dbbdc2c3bae6fdef7917936450953af72175
src/common/time.cpp
src/common/time.hpp
This page took 0.025694 seconds and 4 git commands to generate.