mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Return build date in Unix ticks
This commit is contained in:
parent
bdaa1e4d6e
commit
43ebff4dd7
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ def info(*packages, **attr):
|
|||
"Version: %{VERSION}\n"
|
||||
"Vendor: %{VENDOR}\n"
|
||||
"Release: %{RELEASE}\n"
|
||||
"Build Date: %{BUILDTIME:date}\n"
|
||||
"Build Date: %{BUILDTIME}\n"
|
||||
"Install Date: %|INSTALLTIME?{%{INSTALLTIME}}:{(not installed)}|\n"
|
||||
"Build Host: %{BUILDHOST}\n"
|
||||
"Group: %{GROUP}\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue