Fixed get_default_timezone() in espchronotestutils

This commit is contained in:
2021-11-30 11:59:57 +01:00
parent 1955671291
commit 4d02e16f4c

View File

@@ -55,7 +55,7 @@ auto espchrono::utc_clock::now() noexcept -> time_point
{
return mockedUtcClock;
}
auto espchrono::local_clock::timezone() noexcept -> time_zone
espchrono::time_zone espchrono::get_default_timezone() noexcept
{
return testTimeZone;
}