I'm trying to display different content to my visitors based on their timezone. I can do something similar in JavaScript, but JavaScript will not be appropriate in this situation so I'm hoping PHP might offer a similar function.
For what its worth, accuracy is does not need to be 100%, and I would prefer false positives than false negatives.
Any ideas?
Thanks.