It seems that the duration is treated as ms, where it should be seconds.
I've attached an example tzx file containing a single message block, with a duration of 10s. tzxlist reports it as 10000 seconds.
Here's the patch. We could also divide the number by 1000 and display seconds instead (since that's the actual unit used in the TZX file) but tzxlist uses miliseconds for everything else so maybe it's better to use it here too.
tzxlist
Thank you. Committed in [98fc1d].
Commit: [98fc1d]
Log in to post a comment.
Here's the patch. We could also divide the number by 1000 and display seconds instead (since that's the actual unit used in the TZX file) but
tzxlistuses miliseconds for everything else so maybe it's better to use it here too.Thank you. Committed in [98fc1d].
Related
Commit: [98fc1d]