style95 commented on a change in pull request #4933:
URL: https://github.com/apache/openwhisk/pull/4933#discussion_r456991451



##########
File path: 
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/kubernetes/KubernetesClient.scala
##########
@@ -331,7 +332,8 @@ object KubernetesClient {
     .parseCaseInsensitive()
     .appendPattern("u-MM-dd")
     .appendLiteral('T')
-    .appendPattern("HH:mm:ss[.n]")
+    .appendPattern("HH:mm:ss")
+    .appendFraction(ChronoField.NANO_OF_SECOND, 1, 9, true)

Review comment:
       ~~Could you explain more about the issue and how does this solve it?~~
   https://github.com/apache/openwhisk/issues/4932




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to