sureshanaparti commented on code in PR #11506:
URL: https://github.com/apache/cloudstack/pull/11506#discussion_r2340097727
##########
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:
done
--
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]