maritimeconnectivity / ServiceRegistry

MCP (Maritime Connectivity Platform) Service Registry API
Apache License 2.0
2 stars 2 forks source link

Fix the datetime format in the MSR search interface to conform to SECOM #48

Open nvasta opened 1 year ago

nvasta commented 1 year ago

The SECOM datetime format (according to the latest version I've got) seems like this: yyyyMMddHHmmss(+HHMM).

The instance search resutls do contain the following fields with datetimes:

Therefore the latest SECOMLib version should be use to format those fields correctly.

nvasta commented 10 months ago

The latest update of the SECOMLib on the service registry seems to resolve this.