ISSUE#2073

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
Viktar Lukashonak
2023-04-13 17:16:03 +03:00
parent a46b8a0109
commit 6de3b58d6a
2 changed files with 14 additions and 4 deletions

View File

@ -50,6 +50,7 @@ class Clock final : public ALabel {
date::months cldShift_{0};
std::string cldYearCached_{};
std::string cldMonCached_{};
date::day cldBaseDay_{0};
/*Calendar functions*/
auto get_calendar(const date::zoned_seconds& now, const date::zoned_seconds& wtime)
-> std::string;