harikrishna-patnala commented on code in PR #11506:
URL: https://github.com/apache/cloudstack/pull/11506#discussion_r2306222922


##########
core/src/main/java/com/cloud/serializer/GsonHelper.java:
##########
@@ -78,6 +80,7 @@ static Gson setDefaultGsonConfig(GsonBuilder builder) {
         }.getType(), new NwGroupsCommandTypeAdaptor());
         builder.registerTypeAdapter(Storage.StoragePoolType.class, new 
StoragePoolTypeAdaptor());
         builder.registerTypeAdapter(Hypervisor.HypervisorType.class, new 
HypervisorTypeAdaptor());
+        builder.setDateFormat(DATE_FORMAT);

Review Comment:
   @sureshanaparti shall we use date format from DateUtil
   
   builder.setDateFormat(DateUtil.s_outputFormat.toString());



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to