Skip to content

Commit

Permalink
refactor: Clarify comment for conversion timestamp in Converter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Jäger authored and Venator2013 committed Sep 20, 2024
1 parent 28a36cc commit f8d9f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/navteq/converter/Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ std::mutex Converter::osmiumWriterMutex;

std::map<std::string, std::string> Converter::lang_code_map;

// timestamp of the conversion
// timestamp of the conversion process
int Converter::TIMESTAMP =
std::chrono::duration_cast<std::chrono::seconds>(
std::chrono::system_clock::now().time_since_epoch())
Expand Down

0 comments on commit f8d9f67

Please sign in to comment.