Last weekday applies Unix fmt

This commit is contained in:
Viktar Lukashonak
2022-06-24 16:44:06 +03:00
parent d10d9b8202
commit 36aa22189b
5 changed files with 44 additions and 46 deletions

View File

@ -36,7 +36,6 @@ class Clock : public ALabel {
auto weekdays_header(const date::weekday& first_dow, std::ostream& os) -> void;
auto first_day_of_week() -> date::weekday;
const date::time_zone* current_timezone();
auto print_iso_weeknum(std::ostream& os, int weeknum) -> void;
bool is_timezone_fixed();
auto timezones_text(std::chrono::system_clock::time_point* now) -> std::string;
};