Commit 4bb75322 authored by captainwong's avatar captainwong

testing linux build

parent 9cca3d32
......@@ -22,7 +22,7 @@ using namespace date;
using Timestamp = date::sys_time<std::chrono::microseconds>;
//! now
inline constexpr Timestamp nowTimestamp() { return floor<std::chrono::microseconds>(std::chrono::system_clock::now()); }
inline Timestamp nowTimestamp() { return floor<std::chrono::microseconds>(std::chrono::system_clock::now()); }
//! (first - second) duration in micro-seconds
inline constexpr long long timeDifference(const Timestamp& first, const Timestamp& second) {
......
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