[FIX] _py3o_parser_context: fix call to format_date in old_format_lang

This commit is contained in:
Justine Doutreloux
2024-01-08 13:17:30 +01:00
committed by Thomas Binsfeld
parent d74ca7a8d9
commit 758af54a57

View File

@@ -136,4 +136,4 @@ class Py3oParserContext(object):
no_break_space=True,
)
return self._format_date(self._env, value)
return self._format_date(value)