We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa44b commit 6018b94Copy full SHA for 6018b94
src/viam/sdk/log/private/log_backend.cpp
@@ -7,6 +7,8 @@ namespace viam {
7
namespace sdk {
8
namespace impl {
9
10
+// The following code was copy-pasted from the boost mailing list
11
+// https://lists.boost.org/boost-commit/2009/04/15209.php
12
time_pt ptime_convert(const boost::posix_time::ptime& from) {
13
namespace posix_time = boost::posix_time;
14
0 commit comments