skymeyer / Vatsimphp

Vatsimphp - VATSIM data parser
http://skymeyer.github.io/Vatsimphp/
Apache License 2.0
29 stars 7 forks source link

Fix legacy date format which was broken by switching to v3 data feed #36

Closed skymeyer closed 3 years ago

skymeyer commented 3 years ago

Expand data unit testing including all available fields. This commit primarily aims solving the legacy date format. Additional fields have been identified no passing proper from v3 into the legacy format.

This minor discrepancies may be solved later in this release. Regardless the new v3 will bring pure objects to the table which makes the processing less daunting as per the new OpenAPI contract.

Fixes #35