Skip to content

gdate: Use longest matching month name in g_date_set_parse

Ghost User requested to merge (removed):gdate-parse-month into master

There are languages where a name of one month is a substring of another. Instead of stopping search on the first match use the month that constitutes the longest match.

Fixes #1343 (closed).

Merge request reports