update date for products
UPDATE obso_posts
SET post_modified = NOW()
WHERE post_status = 'publish' AND post_type = 'product';UPDATE obso_posts
SET post_modified_gmt = NOW()
WHERE post_status = 'publish' AND post_type = 'product';Last updated
UPDATE obso_posts
SET post_modified = NOW()
WHERE post_status = 'publish' AND post_type = 'product';UPDATE obso_posts
SET post_modified_gmt = NOW()
WHERE post_status = 'publish' AND post_type = 'product';Last updated