I have developed a website for my client that will run on multiple countries & timezone. I storing all the records in UTC & while showing the data to the user , i again convert that to the user timezone & its working fine. But facing problem while retrieving the records based on a given date or date range. Let me give a example
On 1st Nov 2017 when my client logged into admin dashboard check all the records for the month & he is from USA & his timezone is UTC-8Hour , so in his system it was 31 Oct 2017. So he wanted to see all the records of Oct instead of Nov.
Thanks