Something went wrong while setting issue due date.

feat(core): display EpochDays attributes as human readable date in columns added to the management inteface

Closed
✨ feat(core): display EpochDays attributes as human readable date in columns added to the management inteface
Descriptive title for this enhancement
Add a new column class to management to render Epoch Days as human readable dates
Actual behavior
When you add a column to the management interface for an attribute containing days since the unix timestamp, it displays the value as the number of days since the unic timestanp and it is not user friendly
Expected behavior
When you add a column to the management interface for an attribute containing days since the unix timestamp, it displays the value as human readable date
Step by step description of new behaviour
- Go to a management interface, like users
- Click on the icon to configure the view
- Add a column for an attribute containing days since the unix timestamp
- Save the configuration
Benefits
Better user experience when trying to see dates at a glance.
Possible Drawbacks
None that I can foresee.
Applicable Issues
None that I can foresee.