Create common functions parse_date, parse_month_year_date and parse_datetime. Those functions support trying multiple formats, and come with default formats lists that support most of the date format encountered so far. Notable change: year-month dates are now set to the end of month (impacted couchbase-server and ibm-aix).
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"7.3.2": "2023-11-30",
|
|
"7.3.1": "2022-12-31",
|
|
"7.3.0": "2021-12-31",
|
|
"7.2.5": "2020-11-30",
|
|
"7.2.4": "2019-11-30",
|
|
"7.2.3": "2018-09-30",
|
|
"7.2.2": "2017-10-31",
|
|
"7.1.5": "2017-10-31",
|
|
"7.2.1": "2016-11-30",
|
|
"7.2.0": "2015-12-31"
|
|
} |