fedarovich / qbittorrent-cli

Command line interface for QBittorrent
MIT License
291 stars 16 forks source link

Fix incorrect parsing of timestamp in `qbt server log` command #84

Closed Larsluph closed 2 months ago

Larsluph commented 1 year ago

Use FromUnixTimeSeconds instead of FromUnixTimeMilliseconds for command qbt server log which returned incorrect date.

Fixes #78

EDIT: from official doc, switched from milliseconds to seconds in v4.5.0

Larsluph commented 2 months ago

Already fixed in d9f45846df775f98c61c3761347703f90f18ad89