Code development platform for open source projects from the European Union institutions

Skip to content
Bug fix: the metadata datetime is now UTC

When transforming AIS messages into the CISE message of type 1, 2 and 3
the adaptor need to translate set in the translated message a period of
time of the position.
This information is taken from the ais metadata that is generated by the
tb salling ais parsing library that by default create a datetime in the
moment the ais message is parsed.

By default the date time is not created using a UTC clock. This
generates timestamps not referring to UTC but referring to the local
time of the server hosting the application.

It has been fixed overriding the timestamp in metadata with one
referring to the UTC time.