mirkosertic/flight-recorder-starter

The times returned by the endpoints are not normalized to GMT

admoca60 opened this issue · 3 comments

When I invoke the endpoint to list the recordings, the time are not normalized to GMT or similar, but it's an Instance java object that doesn't have any mark regarding the time zone used. We should be aware that internal JFR api works with Instance and the cleanUp scheduled job uses these fields to work.

Fix merged to master. Thank you for your contribution!

Ok perfect! We can close this issue. Do you do it?

This is done!