From 695f4b9bade06816c04c445b8ce9839bd16b1127 Mon Sep 17 00:00:00 2001 From: "jonas.gomes_libercap" Date: Fri, 5 Apr 2024 16:09:24 -0300 Subject: [PATCH] fix: removing Z from layout --- services/pix/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pix/types.go b/services/pix/types.go index 1ece5d5..74288a0 100755 --- a/services/pix/types.go +++ b/services/pix/types.go @@ -24,7 +24,7 @@ type Pix struct { E2EId string `json:"endToEndId"` TxId string `json:"txid"` Value string `json:"valor"` - Time time.Time `json:"horario" layout:"2006-01-02T15:04:05Z"` + Time time.Time `json:"horario" layout:"2006-01-02T15:04:05"` Key string `json:"chave"` PayerInfo string `json:"infoPagador"` Devolution []Devolution `json:"devolucoes"`