...
Note: The OperatingPeriod
is valid up to the datetime specified in the ToDate
, but NOT including that time., see the example below:
Code Block | ||
---|---|---|
| ||
<OperatingPeriod version="any" id="SE:253:OperatingPeriod:221108221209"> <FromDate>2022-11-08T00:00:00</FromDate> <ToDate>2022-12-10T00:00:00</ToDate> <!-- N.B: The period is valid up- to this time, but NOT including this time. So the last possible trip would depart on 2022-12-09 23:59:59 --> <ToDate>2022-12-10T00:00:00</ToDate> </OperatingPeriod> |
_shared_data.xml
...