Description
When ACF "Date Picker" field is used inside a "Flexible content" field, the returned value for this date field is always epoch time, disregarding the saved value. ( 1970-01-01T00:00:00+00:00 ).
Setup of the fields in ACF:

Saved settings on the page:

GraphQL result:

Steps to reproduce
- Create ACF Field group and assign it to post type of Page
- Add "Flexible content" field and inside that field add "Date Picker" field, you can add additional fields just to check, that the data from this flexible field is returned.
- Query the fields added, and you'll notice the "Date Picker" field will always return epoch time.
Additional context
No response
WPGraphQL Version
1.27.0
WordPress Version
6.5.4
PHP Version
8.1.23
Additional environment details
WPGraphQL for ACF: version: 2.2.0
Please confirm that you have searched existing issues in the repo.
Please confirm that you have disabled ALL plugins except for WPGraphQL.
Description
When ACF "Date Picker" field is used inside a "Flexible content" field, the returned value for this date field is always epoch time, disregarding the saved value. ( 1970-01-01T00:00:00+00:00 ).
Setup of the fields in ACF:

Saved settings on the page:

GraphQL result:

Steps to reproduce
Additional context
No response
WPGraphQL Version
1.27.0
WordPress Version
6.5.4
PHP Version
8.1.23
Additional environment details
WPGraphQL for ACF: version: 2.2.0
Please confirm that you have searched existing issues in the repo.
Please confirm that you have disabled ALL plugins except for WPGraphQL.