Skip to content

Commit

Permalink
fix-timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored Aug 29, 2024
1 parent 1452bda commit 476fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pidx.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (p *PidxXML) Update(vidx *VidxXML, vidxFileName string, outputFileName stri
p.Vendor = strings.TrimSuffix(filename, filepath.Ext(filename))
p.URL = outputFileName
t := time.Now()
p.Timestamp = t.Format(time.DateTime)
p.Timestamp = t.Format(time.RFC3339)

var wg sync.WaitGroup

Expand Down

0 comments on commit 476fee0

Please sign in to comment.