Open lkiesow opened 2 months ago
It does look like that is the case. Then it would be a problem in the backend, where we get the timestamp from "lastmodified": https://github.com/opencast/opencast/blob/6b4dbc80cede37b531c6cbc64ff56c2a3bd9ca28/modules/kernel/src/main/java/org/opencastproject/kernel/bundleinfo/BundleInfoRestEndpoint.java#L82
According to docs:
Returns the time when this bundle was last modified. A bundle is considered to be modified when it is installed, updated or uninstalled.
Are we "installing" bundles when starting Opencast? I don't know how enough about osgi.
Setting up 16.4 from the RPM packages which were built on the day of the release, I noticed that the date displayed in the admin interface cannot be correct:
The date is off by 20 days:
Maybe the date is the last start of bundle?