There is timestamp mismatch at milliseconds for data request using cloud source and data requested from Uframe.
Additionally Start and end date are handled differently by cloud_source = True and cloud_source = False
For following inputs:
start_date = '2018-06-01'
end_date = '2018-06-02'
cloud_source = True : Returns Two days of data
cloud_source =False : Returns just one day of data i.e for just 2018-06-01
There is timestamp mismatch at milliseconds for data request using cloud source and data requested from Uframe. Additionally Start and end date are handled differently by
cloud_source = True
andcloud_source = False
For following inputs:cloud_source = True
: Returns Two days of datacloud_source =False
: Returns just one day of data i.e for just2018-06-01