Update vouchers.go (#2544)
This commit is contained in:
parent
07b23b7cc3
commit
3cc45a02fb
@ -87,7 +87,7 @@ func (db *vouchersdb) GetValid(ctx context.Context, satellites []storj.NodeID) (
|
||||
args = append(args, id)
|
||||
}
|
||||
|
||||
args = append(args, time.Now())
|
||||
args = append(args, time.Now().UTC())
|
||||
|
||||
row := db.db.QueryRow(db.InfoDB.Rebind(`
|
||||
SELECT voucher_serialized
|
||||
|
Loading…
Reference in New Issue
Block a user