Skip to content

gdate: Reinitialize using_twodigit_years and locale_era_adjust.

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

When g_date_set_parse was used with more than one locale it could incorrectly retain information from previous one. Reinitialize all locale specific data inside g_date_prepare_to_parse to avoid the issue.

Merge request reports