From 4d02e16f4c2c54f8c23d04891ad94f60bb4a79e1 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 30 Nov 2021 11:59:57 +0100 Subject: [PATCH] Fixed get_default_timezone() in espchronotestutils --- test/espchronotestutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/espchronotestutils.cpp b/test/espchronotestutils.cpp index e557f77..77d0bb6 100644 --- a/test/espchronotestutils.cpp +++ b/test/espchronotestutils.cpp @@ -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; }