tableau / tableau-log-viewer

Tableau Log Viewer is a cross-platform tool for quickly glancing over Tableau log files
MIT License
169 stars 50 forks source link

Fix ts parsing of newer Hyper logs #122

Closed flode closed 2 years ago

flode commented 2 years ago

Newer Hyper versions have increased precision of timestamps. Instead of logging milliseconds, Hyper now logs microseconds. QTime just supports milliseconds and can't parse Hyper's ts field anymore. The additional precision can't be added to the format, so I'm now truncating the string.

salesforce-cla[bot] commented 2 years ago

Thanks for the contribution! Before we can merge this, we need @flode to sign the Salesforce.com Contributor License Agreement.