Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gmtime.hpp « base - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c67e9f7ab8edddfbabcabb4fd0e68e64324c7c48 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "std/ctime.hpp"

namespace my
{
/// A cross-platform replacenemt of gmtime_r
std::tm GmTime(time_t const time);
}  // namespace my