I've installed textual-plotext
Ran demo with
python -m textual_plotext in command prompt
When I click "Special Plots" the demo crashes with:
OSError [Errno 22] Invalid Argument
As Attached
the last error is in:
...site-packages\plotext_date.py:56 in time_to_string
│ return self.datetime_to_string(dt.fromtimestamp(time + self.time0), output_form)
full screenshots of stack trace below

Running
plotext 5.2.8
Textual 0.40.0
Python 3.11.3
Windows10 Pro build 19045
error appears in both Command Prompt and Windows PowerShell

