This commit is contained in:
Mars 2025-05-01 02:37:26 -04:00
parent 35f045f393
commit 4f6f5e6724
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
3 changed files with 5 additions and 4 deletions

View file

@ -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();