Aresxue commented on PR #15680:
URL: https://github.com/apache/dubbo/pull/15680#issuecomment-3306326830

   > Configure date time format at generic invocation for what?
   
   In a classic gateway scenario with generalized calls, the time returned by 
the downstream RPC service is serialized in the format of 
'2025-01-01T00:00:01'. Many users are dissatisfied with this format and prefer 
the format of '2025-01-01 00:00:01'. However, because the time is converted to 
a String, it lacks Java type information. External format conversion requires 
checking whether each String is a time, which incurs significant overhead and 
is cumbersome to implement.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to