I Noticed that if a user has their computer clock off (wrong date or AM instead of PM etc.) and adds items to the cart and click checkout, he will get a message that he has no items in his cart, since there's a time mismatch which breaks the code.
So instead of the user getting frustrated and calling support (or abandons the cart completely), I'm wondering if there's some way to detect if the user's time / date is correct, and if not create an alert to fix his clock.
Any ideas? The site runs on php, so any script in php, javascript / ajax etc. would be awesome.
Thank you!