Skip to content

Commit 4f7195e

Browse files
author
Colin Robertson
authored
Merge branch 'main' into FromPrivateLiveToMaster
2 parents 2bc5dbb + 97ec420 commit 4f7195e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/standard-library/chrono.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
1414
- `high_resolution_clock` is now a typedef for `steady_clock`
1515
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.
1616

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.
2020

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.
2222

2323
## Requirements
2424

0 commit comments

Comments
 (0)