Currently, the `CreationDate` is set to the local time. However, pdf clients interpret it as a UTC time. The code in `putInfo` should use `Date.prototype.getUTC*` instead of `Date.prototype.get*`.