Created_at and updated_at params are null in response for just created entity - e.g. namespace, attribute etc.
Actual values are returned for further requests (Get/List etc).
Steps to Reproduce:
- Run the backend server for the opened/platform (as described in the Readme).
- Create e.g. a namespace using NamespaceService.CreateNamespace gRPC request (0 OK is returned).
- Observe created_at and updated_at values in response metadata.
Actual Result:
created_at and updated_at timestamps are null in response:

Expected Result:
created_at and updated_at timestamps are set properly during create/update operations and returned immediately in response.
Functionality is recently implemented in scope of #355
Correspondent JIRA issue: https://virtru.atlassian.net/browse/PLAT-3107