wbitesi

Results 1 issues of wbitesi

Printing with MSVC does not work properly using the Timezone. When running this example with MSVC fmt::print("Got now as {:%FT%T%z}\n", std::chrono::time_point::clock::now()); I get the output: Got now as 2024-01-18T07:09:51.3559309+0100 The...

help wanted