]> git.ipfire.org Git - thirdparty/babel.git/commit
Allow specifying an explicit format in parse_date/parse_time (#1131)
authorTomas R. <tomas.roun8@gmail.com>
Mon, 9 Dec 2024 12:11:12 +0000 (13:11 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 12:11:12 +0000 (14:11 +0200)
commit967f5d138380c751386933b7dbb9ef6d584b1910
treede23acd4707746f541ece6e40504c5bf05670815
parent2d34ef5c6681ba7bee8ad7edb2b24702e6aaccb3
Allow specifying an explicit format in parse_date/parse_time (#1131)

* Allow specifying an explicit format in parse_date/parse_time

* Improve docstring
babel/dates.py
tests/test_dates.py