tmp/tmpic2wmdz2/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Member functions <a id="time.zone.leap.members">[[time.zone.leap.members]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
constexpr sys_seconds date() const noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Returns:* The date and time at which the leap second was inserted.
|
| 8 |
+
|
| 9 |
+
``` cpp
|
| 10 |
+
constexpr seconds value() const noexcept;
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
*Returns:* `+1s` to indicate a positive leap second or `-1s` to indicate
|
| 14 |
+
a negative leap second.
|
| 15 |
+
|
| 16 |
+
[*Note 1*: All leap seconds inserted up through 2019 were positive leap
|
| 17 |
+
seconds. — *end note*]
|
| 18 |
+
|