change to epoch

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Jack Haden-Enneking 2022-10-03 09:47:56 -07:00 committed by GitHub
parent b09f2da552
commit d1283549da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2130,7 +2130,7 @@ class Formula
"used_options" => tab.used_options.as_flags,
"built_as_bottle" => tab.built_as_bottle,
"poured_from_bottle" => tab.poured_from_bottle,
"time" => Time.at(tab.time).strftime("%Y-%m-%d %H:%M:%S"),
"time" => tab.time,
"runtime_dependencies" => tab.runtime_dependencies,
"installed_as_dependency" => tab.installed_as_dependency,
"installed_on_request" => tab.installed_on_request,