aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/quote_parsing/parse_emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py
index f80e200e..488bf2e3 100644
--- a/python/quote_parsing/parse_emails.py
+++ b/python/quote_parsing/parse_emails.py
@@ -17,7 +17,7 @@ def list_imm_dates(date):
r = []
for i in range(10):
d = next_date(d, False)
- r.append(pydate_from_qldate(d))
+ r.append(pd.Timestamp(pydate_from_qldate(d)))
return r