From bbe67531d56f5179603ba66a08d37474b47bc79f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 07:11:42 -0500 Subject: found some times finally --- parseDpkgOutputIntoPB.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parseDpkgOutputIntoPB.go') diff --git a/parseDpkgOutputIntoPB.go b/parseDpkgOutputIntoPB.go index 645e888..ecddf4b 100644 --- a/parseDpkgOutputIntoPB.go +++ b/parseDpkgOutputIntoPB.go @@ -123,9 +123,11 @@ func ParseDpkgOutputIntoPB(pb *zoopb.Package, all string) { } } case "Deb-File-Date": + pb.DebInfo.DebCtime = varval t, _ := cobol.GetTime(varval) pb.Ctime = timestamppb.New(t) case "Build-Date": + pb.DebInfo.BuildDate = varval t, err := cobol.GetTime(varval) if err == nil { pb.BuildDate = timestamppb.New(t) -- cgit v1.2.3