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 fefc130 commit a8f5979Copy full SHA for a8f5979
cluster-autoscaler/cloudprovider/huaweicloud/huaweicloud-sdk-go-v3/core/sdktime/sdk_time.go
@@ -30,5 +30,7 @@ func (t SdkTime) MarshalJSON() ([]byte, error) {
30
}
31
32
func (t SdkTime) String() string {
33
- return time.Time(t).Format(`2006-01-02T15:04:05Z`)
+ // return time.Time(t).Format(`2006-01-02T15:04:05Z`)
34
+ // temp solution for: https://github.com/huaweicloud/huaweicloud-sdk-go-v3/issues/8
35
+ return time.Time(t).Format(`2006-01-02T15:04Z`)
36
0 commit comments