Commit fafedd2d authored by gabime's avatar gabime

Minor cleanup

parent f3a7ef11
......@@ -934,7 +934,7 @@ public:
cache_timestamp_ = secs;
}
dest.append(cached_datetime_.data(), cached_datetime_.data()+cached_datetime_.size());
dest.append(cached_datetime_.begin(), cached_datetime_.end());
auto millis = fmt_helper::time_fraction<milliseconds>(msg.time);
fmt_helper::pad3(static_cast<uint32_t>(millis.count()), dest);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment