mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
/// * day is from 1 to 31.
|
||||
/// * hour is from 0 to 23.
|
||||
/// * minute is from 0 to 59.
|
||||
/// * second is from 0 to 59.
|
||||
/// * second is from 0 to 60 (allowing leap seconds).
|
||||
/// * millisecond is from 0 to 999.
|
||||
/// * microsecond is from 0 to 999.
|
||||
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
/// * day is from 1 to 31.
|
||||
/// * hour is from 0 to 23.
|
||||
/// * minute is from 0 to 59.
|
||||
/// * second is from 0 to 59.
|
||||
/// * second is from 0 to 60 (allowing leap seconds).
|
||||
/// * millisecond is from 0 to 999.
|
||||
/// * microsecond is from 0 to 999.
|
||||
|
||||
@@ -129,7 +129,7 @@ public:
|
||||
/// * day is from 1 to 31.
|
||||
/// * hour is from 0 to 23.
|
||||
/// * minute is from 0 to 59.
|
||||
/// * second is from 0 to 59.
|
||||
/// * second is from 0 to 60 (allowing leap seconds).
|
||||
/// * millisecond is from 0 to 999.
|
||||
/// * microsecond is from 0 to 999.
|
||||
|
||||
@@ -143,7 +143,7 @@ public:
|
||||
/// * day is from 1 to 31.
|
||||
/// * hour is from 0 to 23.
|
||||
/// * minute is from 0 to 59.
|
||||
/// * second is from 0 to 59.
|
||||
/// * second is from 0 to 60 (allowing leap seconds).
|
||||
/// * millisecond is from 0 to 999.
|
||||
/// * microsecond is from 0 to 999.
|
||||
|
||||
|
Reference in New Issue
Block a user