You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: