fixes
This commit is contained in:
parent
35f045f393
commit
4f6f5e6724
3 changed files with 5 additions and 4 deletions
|
@ -36,6 +36,7 @@ namespace os {
|
|||
return config.weather.getWeatherInfo();
|
||||
});
|
||||
|
||||
// TODO: make this use the user's timezone
|
||||
this->date = std::format("{:%B %d}", year_month_day { floor<days>(system_clock::now()) });
|
||||
this->host = hostFut.get();
|
||||
this->kernelVersion = kernelFut.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue