Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix datetime precision causing milliseconds to not be read.
The datetime precision was no longer being read so the default was used. This caused it to read only up to seconds. I had consolidated some code while fixing something else and missed an important "if" statement that was specific to one of the instances. Fixes mkleehammer#235
- Loading branch information