Extend time fixer

This commit is contained in:
2026-07-01 10:24:05 +02:00
parent 0d2066fb64
commit 0485693ccd
2 changed files with 22 additions and 0 deletions
+18
View File
@@ -71,6 +71,24 @@ final class NodaTimeSplitterTest extends TestCase {
end_date: '2020-01-02'),
"02.01.2020",
],
"2020-01-02-2020-01-02" => [
"2020-01-02-2020-01-02",
new NodaSplitTime('2020', '2020',
counting_time_month: '01',
counting_time_day: '02',
start_date: '2020-01-02',
end_date: '2020-01-02'),
"02.01.2020",
],
"2020-01-02" => [
"2020-01-02",
new NodaSplitTime('2020', '2020',
counting_time_month: '01',
counting_time_day: '02',
start_date: '2020-01-02',
end_date: '2020-01-02'),
"02.01.2020",
],
"2.1.2020" => [
"2.1.2020",
new NodaSplitTime('2020', '2020',