Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) format timestamp with ISO formatter
in the pe-puppetdb tests, this `str` call was leaving in a space between the date and time that wasn't working as a URL parameter. Switch to using the to-string function which formats the timestamp with ISO 8601 formatting, which uses a T to separate the date and time.
- Loading branch information