Feature #31633
Add time_to_str macro
Pull request:
Found in Releases:
Description
There is no way how to show UNIX timestamp in pretty way in reports.
Associated revisions
History
#1
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8249 added
#2
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 2.4.0 added
#3
Updated by Dominik Matoulek 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|45ed4a798bdbe85814bd40e79b69ae840bb51f5f.
#4
Updated by Marek Hulán 3 months ago
- Target version set to 2.4.0
#5
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 2.5.0 added
fixes #31633 - Introducing format_time macro
There is no way how to show Unix timestamp in pretty way in reports. This macro solves the problem.