MCPcopy Create free account
hub / github.com/comaps/comaps / GetLocalizedMyPositionBookmarkName

Function GetLocalizedMyPositionBookmarkName

libs/platform/localization_dummy.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32std::string GetLocalizedMyPositionBookmarkName()
33{
34 std::time_t t = std::time(nullptr);
35 char buf[100] = {0};
36 (void)std::strftime(buf, sizeof(buf), "%Ec", std::localtime(&t));
37 return buf;
38}
39} // namespace platform

Callers 2

FormatNewBookmarkNameMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected