issues Search Results · repo:nickmaccarthy/python-datemath language:Python
Filter by
18 results
(97 ms)18 results
innickmaccarthy/python-datemath (press backspace or delete to remove)Hi colleagues, our Jenkins job installed python-datemath 3.0.2 by pip (version 21.1.2) and tried to import the
requirement, but a FileNotFoundError was raised due to datemath/../VERSION.txt which does ...
bug
s00hyun
- 6
- Opened on Sep 12, 2024
- #53
Hi! I ve seen that your lib got most of the type annotations recently: https://github.com/python/typeshed/pull/12583
Do you have plans to:
- Complete __init__.py s annotations? Like we have in
...
sobolevn
- Opened on Aug 24, 2024
- #42
I m on python-datemath-1.5.5 and I can reproduce this race condition with a high reliability. Maybe something like
freezegun could help.
_______________________________ TestDM.testParse _______________________________ ...
mweinelt
- 1
- Opened on Mar 31, 2022
- #36
currently if you put an epoch timestamp with miliseconds in in, datemath will error saying it doesnt support it. it
should be easy to detect this timestamp with milis, convert it ($timestamp/1000) and ...
enhancement
nickmaccarthy
- Opened on Nov 28, 2021
- #35
The description on https://pypi.org/project/python-datemath/ seems to be broken
Project description
Description: UNKNOWN Keywords: date math datemath elaticsearch solr Platform: UNKNOWN Classifier: Development ...
bug
kasium
- 1
- Opened on Jul 12, 2021
- #33
Python-datemath has a hard dependency on arrow (0.5.2) which is quite outdated in comparison to the current
version 1.1.0
kasium
- 4
- Opened on Jun 22, 2021
- #32
Hi,
first thanks for creating this open source project. Personally, I really love to use type hints and check them with
mypy. So I wonder if it would be possible to add them to python-datemath as well? ...
kasium
- 3
- Opened on Jun 22, 2021
- #31
https://github.com/nickmaccarthy/python-datemath/commit/831d8fbb17bc4f4affc4b8d32a47b3d8c22c63fa#diff-0c78ec8d26c114f347d763c31736b6259e763c9130e6c326b5aaba43a8cac224
Not sure if this was intentional ...
bug
alecbrick
- 3
- Opened on Apr 22, 2021
- #28
Hi,
when datemath gets an invalid argument, it can happen that None is returned instead of an exception. This is can lead to
a weird NoneType if datemath.datemath is used instead of datemath.parse.
import ...
bug
kasium
- 5
- Opened on Apr 13, 2021
- #25
Hi, I tried some examples with this library and it accepts timezones in the string but seems to ignore them:
datemath( 2016-01-01T16:20:00.5+12:00 )
datetime.datetime(2016, 1, 1, 16, 20, 0, 500000, tzinfo=tzutc()) ...
bug
ghost
- 4
- Opened on Sep 28, 2020
- #21

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.