markk

Results 12 comments of markk

Note that writing to stdout works: ``` sndfile-mix-to-mono noise.wav - > noise-mono.wav ``` ... but that is not what `--help` describes as the correct usage.

This is still broken in 1.2.1. The workaround above doesn't work with PREFER_DATES_FROM=future. Tested on 2025-05-27. ``` >>> import dateparser >>> from datetime import datetime, timezone >>> datetime.now(timezone.utc) datetime.datetime(2025, 5,...