diff --git a/linx/utils/transform.ts b/linx/utils/transform.ts index 1d29b4bbe..f28737182 100644 --- a/linx/utils/transform.ts +++ b/linx/utils/transform.ts @@ -71,7 +71,7 @@ export const addAuctions = ( product.additionalProperty?.splice(auctionPropertyIndex, 1); } - const now = new Date().getTime() - (3 * 60 * 60 * 1000); + const now = new Date().getTime(); const parseDate = (dateString: string) => { const match = dateString.match(/\/Date\((\d+)([-+]\d{4})?\)\//);