codeconsole opened a new issue, #15119:
URL: https://github.com/apache/grails-core/issues/15119
### Expected Behavior
```json
{
"createdDate": "2025-10-07T21:14:31Z",
"createdLocalDateTime": {
"epochSecond": 1759869218,
"nano": 602000000
},
"createdInstant": {
"chronology": {
"calendarType": "iso8601",
"id": "ISO",
"isoBased": true,
"availableChronologies": [
{
"calendarType": "japanese",
"id": "Japanese",
"isoBased": true,
"availableChronologies": []
},
{
"calendarType": "roc",
"id": "Minguo",
"isoBased": true,
"availableChronologies": []
},
{
"_ref": "..",
"class": "java.time.chrono.IsoChronology"
},
{
"calendarType": "islamic-umalqura",
"id": "Hijrah-umalqura",
"isoBased": false,
"availableChronologies": []
},
{
"calendarType": "buddhist",
"id": "ThaiBuddhist",
"isoBased": true,
"availableChronologies": []
}
]
},
"dayOfMonth": 7,
"dayOfWeek": {
"enumType": "java.time.DayOfWeek",
"name": "TUESDAY"
},
"dayOfYear": 280,
"hour": 20,
"minute": 36,
"month": {
"enumType": "java.time.Month",
"name": "OCTOBER"
},
"monthValue": 10,
"nano": 99000000,
"second": 11,
"year": 2025
}
}
```
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
_No response_
### Example Application
_No response_
### Version
7.0.0-RC2
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]