<div dir="ltr"><div>Hello All, <br><br>I am using Cloudkitty in my development environment.<br><br>I can see the issue with the timezone being used by the cloudkitty.<br><br>Basically, timezone used by cloudkitty is UTC instead of any local time zone of server where it is located.<br><br>My question here is regarding rating to be done based on the local time zone instead of UTC.<br><br>For example, consider the following scenario.<br><br><br>These is the rated data from rated_data_frames table.<br><br>       id: 24692<br>    begin: 2016-04-24 08:40:00<br>      end: 2016-04-24 08:45:00<br>     unit: MB<br>      qty: 0<br><br><br>I am checking the server time at the moment(Some minutes will be differed).<br><br>root@devstack:~# date<br>Sun Apr 24 01:58:47 PDT 2016<br><br>So now I need to enable the local time zone based rating, Is there any possibility for the same?<br><br></div>To be precise rated_data_frames data should be based on the local time.<br><div><br>Note:<br><br>I can see that there is some commits were made for converting and calculating based on the local time zone for report section(only report section, not rating).<br><br><a href="https://review.openstack.org/#/c/282661/">https://review.openstack.org/#/c/282661/</a><br><a href="https://review.openstack.org/#/c/282672/">https://review.openstack.org/#/c/282672/</a><br><br>Even though that one seems not exists in latest cloudkitty version of code.<br><br>Regards,<br><br>Murali.</div></div>