Enable more chrono tests on Windows

This commit is contained in:
Victor Zverovich
2025-03-29 08:20:49 -07:00
parent a81842428d
commit b9e0e94a01

View File

@ -375,10 +375,6 @@ TEST(chrono_test, local_time) {
#endif
specs.push_back("%Y-%m-%d %H:%M:%S");
#ifdef _WIN32
return; // Not supported on Windows.
#endif
for (const auto& spec : specs) {
auto tm = fmt::gmtime(time.time_since_epoch().count());
auto sys_output = system_strftime(spec, &tm);