When exporting to CSV any Clarity MUX grid, the CSV Export notification does not show the Download By Dates correctly, it shows Download by NaN NaN instead.
This happens to all users irrespective of the user language and locale settings.
When looking at the browser developer tools api call response when opening the notifications bell icon, we can see the following response and the dates being set to Finnish
{
"_pageSize": 9,
"_self": "http://myClarityserver/ppm/rest/v1/private/pullNotifications?limit=9&offset=0",
"_totalCount": 1,
"_results": [
{
"isVisited": 0,
"details": {
"jobStatus": "COMPLETED"
},
"id": "5085011",
"notificationType": "csv_export",
"message": "{\"downloadByDate\":\"tammikuuta 07, 2025\",\"fileName\":\"Unsaved_5912088.csv\",\"downloadLink\":\"http://myClarityserver/ppm/rest/v1/virtual/attachments/eyJyZXNvdXJjZUlkIjoiMSIsInZlcnNpb25JZCI6NTEwMDkxMCwicmVzb3VyY2VOYW1lIjoiY3N2RXhwb3J0IiwiZmlsZUlkIjo1MTAwOTA5fQ\",\"object\":\"Time Inv\"}"
}
],
"_recordsReturned": 1
}
On an environment where the notification shows correct dates, the response looks like below:
{
"_pageSize": 9,
"_self": "http://myClarityserver/ppm/rest/v1/private/pullNotifications?limit=9&offset=0",
"_totalCount": 1,
"_results": [
{
"isVisited": 0,
"details": {
"jobStatus": "COMPLETED"
},
"id": "5085011",
"notificationType": "csv_export",
"message": "{\"downloadByDate\":\"Jan 07, 2025\",\"fileName\":\"Unsaved_5912088.csv\",\"downloadLink\":\"http://myClarityserver/ppm/rest/v1/virtual/attachments/eyJyZXNvdXJjZUlkIjoiMSIsInZlcnNpb25JZCI6NTEwMDkxMCwicmVzb3VyY2VOYW1lIjoiY3N2RXhwb3J0IiwiZmlsZUlkIjo1MTAwOTA5fQ\",\"object\":\"Time Inv\"}"
}
],
"_recordsReturned": 1
}
Any Clarity release
The java locale is set to a non US English locale
Set Java Locale