Warning, /pim/kitinerary/autotests/pkpassdata/lufthansa-with-timezone.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "airplaneSeat": "1A",
0006         "modifiedTime": "2019-05-21T00:20:00+02:00",
0007         "passengerSequenceNumber": "1",
0008         "reservationFor": {
0009             "@type": "Flight",
0010             "airline": {
0011                 "@type": "Airline",
0012                 "iataCode": "LH",
0013                 "name": "Lufthansa"
0014             },
0015             "arrivalAirport": {
0016                 "@type": "Airport",
0017                 "address": {
0018                     "@type": "PostalAddress",
0019                     "addressCountry": "DE"
0020                 },
0021                 "geo": {
0022                     "@type": "GeoCoordinates",
0023                     "latitude": 50.051300048828125,
0024                     "longitude": 8.571749687194824
0025                 },
0026                 "iataCode": "FRA",
0027                 "name": "FRANKFURT"
0028             },
0029             "boardingTime": {
0030                 "@type": "QDateTime",
0031                 "@value": "2019-05-21T18:20:00-04:00",
0032                 "timezone": "America/Toronto"
0033             },
0034             "departureAirport": {
0035                 "@type": "Airport",
0036                 "address": {
0037                     "@type": "PostalAddress",
0038                     "addressCountry": "CA"
0039                 },
0040                 "geo": {
0041                     "@type": "GeoCoordinates",
0042                     "latitude": 45.47060012817383,
0043                     "longitude": -73.74079895019531
0044                 },
0045                 "iataCode": "YUL",
0046                 "name": "MONTREAL"
0047             },
0048             "departureDay": "2019-05-21",
0049             "flightNumber": "489"
0050         },
0051         "reservationNumber": "XXX007",
0052         "reservationStatus": "http://schema.org/ReservationConfirmed",
0053         "reservedTicket": {
0054             "@type": "Ticket",
0055             "ticketToken": "aztecCode:M1JOHN/DOE            EXXX007 YULFRALH 0489 141M001A0001 300"
0056         },
0057         "underName": {
0058             "@type": "Person",
0059             "familyName": "John",
0060             "givenName": "Doe",
0061             "name": "Doe John"
0062         }
0063     }
0064 ]