Skip to content

Compiler Explorer: format chrono returns 3221226505 #3329

Answered by cpplearner
H-G-Hristov asked this question in Q&A
Discussion options

You must be logged in to vote

The OS used by Compiler Explorer is a bit too old to have the data needed by the current implementation of utc_clock.

https://github.com/microsoft/STL/wiki/VS-2019-Changelog#vs-2019-1610:

While the STL generally provides all features on all supported versions of Windows, leap seconds and time zones (which change over time) require OS support that was added to Windows 10. Specifically, updating the leap second database requires Windows 10 version 1809 or later, and time zones require icu.dll which is provided by Windows 10 version 1903/19H1 or later. This applies to both client and server OSes; note that Windows Server 2019 is based on Windows 10 version 1809.

See also compiler-explorer/…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by StephanTLavavej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants