Date parsing/conversion #615
Labels
app-entities
Anything to do with entities – the models central to an APIS app
feature-request
Request for adaptation of existing functionality or new feature
question
For any kind of question, whether about usage, contributing or the project in general
We need to introduce a date parsing mechanism to our project because some incoming date data does not (have to) follow strict formatting rules.
Given that the current
DateParser.py
code is old and convoluted – see also PR #125, which sadly didn't make it into the code base – should we continue to use this or is there a better solution?We don't need very fancy date parsing, meaning we're currently only dealing with dates from the 20th century to now and incoming dates won't contain vague textual descriptions (e.g. "approx. 20-30 years B.C.") but will be number-based and use date formats/variations commonly used in AT (+ maybe ISO format). Examples: 1.5.1970, 02.04.85, 23/12/1999, 2024-01-01.
The text was updated successfully, but these errors were encountered: