working on a website that will sell one item each day that will run for a period of hours specified by me. The site is much like groupon where when the timelimit is up, it will end the deal. My problem is how do i go about implementing this worldwide where different countries have different timezones? Im trying to refrain from using javascript because people sometimes have it disabled.
any help is appreciated, thanks.
What I dont understand is that if it will “run for a period of hours specified by you” then it doesn´t matter in which timezone they are in.
You should just make a Timer (Countdown) that starts counting backwards since the item is created.