We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My timings are currently one hour off (prayer times are one hour later than they should be) ever since daylight savings time ended in the US.
I found this issue in the library which I think this app uses that has the same issue I have.
In your code , I think you'll have to subtract 1 from the dst calculation due to that bug.
I haven't tested this out/created a PR myself as I don't have android development setup, but did some digging basic digging looking through the code.
The text was updated successfully, but these errors were encountered:
Addressed by #6
Sorry, something went wrong.
No branches or pull requests
My timings are currently one hour off (prayer times are one hour later than they should be) ever since daylight savings time ended in the US.
I found this issue in the library which I think this app uses that has the same issue I have.
In your code , I think you'll have to subtract 1 from the dst calculation due to that bug.
I haven't tested this out/created a PR myself as I don't have android development setup, but did some digging basic digging looking through the code.
The text was updated successfully, but these errors were encountered: