Skip to content
Commit 5994483d authored by ntome's avatar ntome 💬 Committed by hydrargyrum
Browse files

weboob.tools.value: rework ValueDate to return a "date" object

ValueDate returned date strings instead of date objects. Use strings only
for serialization/deserialization, but otherwise use a real date object.
Also, the implementation was inefficient as it reparsed the same string
multiple times.
parent bb2c446e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment