-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duration must be set with physical times
error for aggregateGroupByPeriod on Anroid 13 and below
#174
Comments
This might be related to https://stackoverflow.com/a/74468785/7978635. I might need to refactor the code to use |
@matinzd Hey! Could you let me know when you approximately plan to fix this bug and release an update? |
Hoping for a fix soon too! |
I can't promise until I find some free time. I am also working full-time and I am not paid to do work here. |
Fully understandable, thanks for all the work so far! |
Hi Matin, we are willing to help (our devs) or fix the 'not paid'-part to fix this for the community. Just let us know. |
Getting the same issue on Android 13 and lower. Works fine with Android 14. I'm using dayjs for date time:
|
This needs to be fixed in the native code when I find some time. You only need to send ISO format. No special thing is needed on JS side. |
When I call
aggregateGroupByPeriod
function on Android 13 and below, I do get the following error:Duration must be set with physical times
The text was updated successfully, but these errors were encountered: