Helge Munk Jacobsen

Results 2 issues of Helge Munk Jacobsen

It is a little confusing that two different install instructions are given on PyPI. One using `-` and one using `_`. Will both work? Which is the preferred? ![image](https://user-images.githubusercontent.com/665484/118246318-19791780-b4a2-11eb-90a8-ae4c9f034e27.png)

It seems to be impossible to get the following behaviour: `parse("01-02-03") == "datetime.datetime(2003, 2, 1, 0, 0)"` `parse("2003-02-01") == "datetime.datetime(2003, 2, 1, 0, 0)"` The problem is that when ever...

Type: Bug