diff options
author | luxaeterna <[email protected]> | 2022-02-10 16:50:14 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:14 +0300 |
commit | 5014e8b2e7e17987c50a1b761cee7447f22e006c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/datetime/parser.h | |
parent | 2c76d348a3be51f0875ddeaad6b2ccda604dee0f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/datetime/parser.h')
-rw-r--r-- | util/datetime/parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/datetime/parser.h b/util/datetime/parser.h index 0c3b6dc570f..f0c1b4a0c78 100644 --- a/util/datetime/parser.h +++ b/util/datetime/parser.h @@ -53,8 +53,8 @@ struct TDateTimeFields { if (Minute > 59) return false; - // handle leap second which is explicitly allowed by ISO 8601:2004(E) $2.2.2 - // https://datatracker.ietf.org/doc/html/rfc3339#section-5.6 + // handle leap second which is explicitly allowed by ISO 8601:2004(E) $2.2.2 + // https://datatracker.ietf.org/doc/html/rfc3339#section-5.6 if (Second > 60) return false; |