You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/chrono.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
14
14
-`high_resolution_clock` is now a typedef for `steady_clock`
15
15
In the Microsoft C++ implementation, `steady_clock::time_point` is now a `typedef` for `chrono::time_point<steady_clock>`. However, this isn't necessarily the case for other implementations.
16
16
17
-
Leap seconds and time zones, which change over time, require OS support that was added to Windows 10.
18
-
-Updating the leap second database requires Windows 10 version 1809 or later.
19
-
- Time zones require `icu.dll` which is provided by Windows 10 version 1903/19H1 or later. This applies to both client and server operating systems. Windows Server 2019 is based on Windows 10 version 1809.
17
+
Time zones are changed over time by regional legislatures. Leap seconds are added by an international standards body. OS support for a database of these changes was added to Windows 10.
18
+
-Updates to the leap second database require Windows 10 version 1809 or later.
19
+
- Time zone support requires `icu.dll`, which is provided by Windows 10 version 1903/19H1 or later. This requirement applies to both client and server operating systems. Windows Server 2019 is based on Windows 10 version 1809.
20
20
21
-
Using the time-zone facilities when running on older versions of Windows results in a runtime error.
21
+
Use of the time-zone facilities when running on older versions of Windows results in a runtime error.
0 commit comments