From 290bd07a92d7103c67f606c1423785069fc9b776 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Wed, 31 Aug 2016 16:43:33 +0200 Subject: [core] OnlineFileSource - rate limit --- include/mbgl/util/chrono.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/util/chrono.hpp') diff --git a/include/mbgl/util/chrono.hpp b/include/mbgl/util/chrono.hpp index 48460d3377..4adf030331 100644 --- a/include/mbgl/util/chrono.hpp +++ b/include/mbgl/util/chrono.hpp @@ -29,6 +29,8 @@ std::string rfc1123(Timestamp); std::string iso8601(Timestamp); Timestamp parseTimestamp(const char *); + +Timestamp parseTimestamp(const int32_t timestamp); // C++17 polyfill template