We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b367b commit 3431a70Copy full SHA for 3431a70
kubernetes/kubernetes-client-core.cabal
@@ -1,5 +1,5 @@
1
name: kubernetes-client-core
2
-version: 0.1.0.1
+version: 0.1.0.2
3
synopsis: Auto-generated kubernetes-client-core API Client
4
description: .
5
Client library for calling the Kubernetes API based on http-client.
kubernetes/lib/Kubernetes/OpenAPI/Core.hs
@@ -440,10 +440,10 @@ _readDateTime =
440
_parseISO8601
441
{-# INLINE _readDateTime #-}
442
443
--- | @TI.formatISO8601Millis@
+-- | @TI.formatISO8601Micros@
444
_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
445
_showDateTime =
446
- TI.formatISO8601Millis
+ TI.formatISO8601Micros
447
{-# INLINE _showDateTime #-}
448
449
-- | parse an ISO8601 date-time string
0 commit comments