Update vouchers.go (#2544)

This commit is contained in:
Alexander Leitner 2019-07-12 12:55:48 -04:00 committed by GitHub
parent 07b23b7cc3
commit 3cc45a02fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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