strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.33k stars 248 forks source link

Fixed date on generated PDFs #52

Closed lefthand closed 6 years ago

lefthand commented 6 years ago

All of the generated PDFs were showing 'January 1980' regardless of the modification time of the files. I found that the ModTime() function was being called incorrectly. Easy fix.