mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:30:05 +00:00
Don't display epoch on map overlay
This commit is contained in:
parent
7c44bafeb5
commit
78a16b6a99
3 changed files with 16 additions and 10 deletions
|
|
@ -11,7 +11,8 @@ std::chrono::system_clock::time_point TimePoint(uint16_t modifiedJulianDate,
|
|||
uint32_t milliseconds);
|
||||
|
||||
std::string TimeString(std::chrono::system_clock::time_point time,
|
||||
const std::chrono::time_zone* timeZone = nullptr);
|
||||
const std::chrono::time_zone* timeZone = nullptr,
|
||||
bool epochValid = true);
|
||||
|
||||
} // namespace util
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue