Merge pull request #57 from frincon/fix/datetime-not-working
Fix #56 datetime not working
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: kubernetes-client
|
name: kubernetes-client
|
||||||
version: 0.1.0.1
|
version: 0.1.0.2
|
||||||
description: |
|
description: |
|
||||||
Client library for interacting with a Kubernetes cluster.
|
Client library for interacting with a Kubernetes cluster.
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ dependencies:
|
|||||||
- http-client >=0.5 && <0.7
|
- http-client >=0.5 && <0.7
|
||||||
- http-client-tls >=0.3
|
- http-client-tls >=0.3
|
||||||
- jose-jwt >=0.8
|
- jose-jwt >=0.8
|
||||||
- kubernetes-client-core ==0.1.0.1
|
- kubernetes-client-core ==0.1.0.2
|
||||||
- microlens >=0.4 && <0.5
|
- microlens >=0.4 && <0.5
|
||||||
- mtl >=2.2
|
- mtl >=2.2
|
||||||
- oidc-client >=0.4
|
- oidc-client >=0.4
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: kubernetes-client-core
|
name: kubernetes-client-core
|
||||||
version: 0.1.0.1
|
version: 0.1.0.2
|
||||||
synopsis: Auto-generated kubernetes-client-core API Client
|
synopsis: Auto-generated kubernetes-client-core API Client
|
||||||
description: .
|
description: .
|
||||||
Client library for calling the Kubernetes API based on http-client.
|
Client library for calling the Kubernetes API based on http-client.
|
||||||
|
|||||||
@@ -440,10 +440,10 @@ _readDateTime =
|
|||||||
_parseISO8601
|
_parseISO8601
|
||||||
{-# INLINE _readDateTime #-}
|
{-# INLINE _readDateTime #-}
|
||||||
|
|
||||||
-- | @TI.formatISO8601Millis@
|
-- | @TI.formatISO8601Micros@
|
||||||
_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
|
_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
|
||||||
_showDateTime =
|
_showDateTime =
|
||||||
TI.formatISO8601Millis
|
TI.formatISO8601Micros
|
||||||
{-# INLINE _showDateTime #-}
|
{-# INLINE _showDateTime #-}
|
||||||
|
|
||||||
-- | parse an ISO8601 date-time string
|
-- | parse an ISO8601 date-time string
|
||||||
|
|||||||
Reference in New Issue
Block a user