fix DTM type with recent dates (fixes #1172)
This commit is contained in:
@@ -174,7 +174,8 @@ int main() {
|
||||
{"x,,day", "", "10fe0700020000", "00", "Rw"},
|
||||
{"x,,dtm", "01.01.2009 00:00", "10fe07000400000000", "00", ""},
|
||||
{"x,,dtm", "31.12.2099 23:59", "10fe0700041f4eda02", "00", ""},
|
||||
{"x,,dtm", "16.12.2020 16:51", "10fe07000453f85f00", "00", ""},
|
||||
{"x,,dtm", "16.12.2024 16:51", "10fe07000473128000", "00", ""},
|
||||
{"x,,dtm", "24.12.2025 16:51", "10fe07000493448800", "00", ""},
|
||||
{"x,,bti", "21:04:58", "10fe070003580421", "00", ""},
|
||||
{"x,,bti", "00:00:00", "10fe070003000000", "00", ""},
|
||||
{"x,,bti", "23:59:59", "10fe070003595923", "00", ""},
|
||||
|
||||
Reference in New Issue
Block a user