Fix RPI build

pull/59/head
Ryan Tharp 6 years ago
parent 375c39e748
commit 271ef910d7

@ -102,7 +102,7 @@ namespace llarp
{
#if defined(ANDROID) || defined(RPI)
(void)ts;
return out << llarp_time_now_ms();
return out << time_now_ms();
#else
auto now = llarp::Clock_t::to_time_t(llarp::Clock_t::now());
return out << std::put_time(std::localtime(&now), ts.format);

Loading…
Cancel
Save