Skip to content

Commit

Permalink
fix: use UTC for all SBOM times
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 12, 2024
1 parent 71c4bfa commit df0bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/sbom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def stable_version

sig { returns(Time) }
def source_modified_time
Time.at(@source_modified_time || 0)
Time.at(@source_modified_time || 0).utc
end

sig { params(val: T.untyped).returns(T.any(String, Symbol)) }
Expand Down

0 comments on commit df0bd4c

Please sign in to comment.