asdate filter should deal with different timestamp format.
Open
- Dominant language
- Python
- Stars
- 94
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
f.e. `1586995200000` should be translated to `2020-04-16`.
Current approach will throw `ValueError: year 52259 is out of range` error.
We need to delete this TS by 1000 to receive real value.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.