Hi Nicolas Pinaud,
Team Center has there own date parameter format and it understand the same only. if you pass anything other then the below format it will give error.
YYYY-MM-DDTHH:mm:ss.SSSZ
For example, January 26, 2024, at 2:30 PM, in the Central European Time zone would be represented as 2024-01-26T14:30:00.000+01:00
Sorry, here are the missing screenshots
The contents of my base date variable
Setting the Java action
The error encoutered is : the error encountered: Unable to parse date 2025-06-23 00:00:00.000
Can you tell me where the problem is?
Hello everyone,
After further testing, I'm able to pinpoint exactly when the problem occurs.
When my application's default language is "French, France" (fr_FR), the date parameter in my query is not interpreted correctly by Teamcenter.
When my application's default language is "English, United States" (en_US), the date parameter in my query is interpreted correctly by Teamcenter.
The problem therefore stems from my application's default language.
I've tried formatting my date multiple times, but it doesn't change anything.
Does anyone have any ideas on how to resolve my problem?