morganstanley / binlog

A high performance C++ log library, producing structured binary logs
http://opensource.morganstanley.com/binlog/
Apache License 2.0
608 stars 72 forks source link

Fix time handling #173

Closed erenon closed 8 months ago

erenon commented 9 months ago

On Linux platforms, where system_clock does not deal in nanoseconds.

Fixes #171

erenon commented 9 months ago

clang c++20 build failed because of unrelated clang bug: https://github.com/actions/runner-images/issues/8659

erenon commented 9 months ago

clang c++20 build failed because of unrelated clang bug: actions/runner-images#8659

Using libc++ does not fix the issue.

erenon commented 8 months ago

@spektrof ptal and merge, thanks!