spiegel_podman/cmd
Daniel J Walsh 829864ba74 Add CreatedAt format option to podman artifact ls
This change adds a .CreatedAt format option to the podman artifact ls
command to match the behavior of podman images --format CreatedAt.

The .Created field continues to display human-readable elapsed time
(e.g., '6 hours ago'), while the new .CreatedAt field displays the
full timestamp (e.g., '2025-10-23 12:34:56 +0000 UTC').

Changes:
- Refactored artifactListOutput struct to store time.Time value
- Added CreatedAt() method returning full timestamp string
- Added Created() method for human-readable duration
- Updated documentation to include .CreatedAt field
- Added e2e test for .CreatedAt format option

Generated-with: Cursor AI
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-10-25 13:12:32 +00:00
..
podman Add CreatedAt format option to podman artifact ls 2025-10-25 13:12:32 +00:00
podman-mac-helper lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
podman-testing lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
podman-wslkerninst WSL commands execution refactoring 2025-07-02 20:18:52 +00:00
quadlet fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00
rootlessport fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00
winpath use strings.SplitSeq where possible 2025-09-10 16:17:04 +02:00