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
Note that on 29/10/2023 the clock moves backwards. This will mess up your entire week calculation.
use weekday = DateTime(date.year,date.month,date.day+1) Everywhere instead of adding duration.
The text was updated successfully, but these errors were encountered:
@RomanIvn are you talking about daylight saving time? if you are using UTC dates it shouldn't matter
Sorry, something went wrong.
ahmednfwela
No branches or pull requests
Note that on 29/10/2023 the clock moves backwards. This will mess up your entire week calculation.
use weekday = DateTime(date.year,date.month,date.day+1)
Everywhere instead of adding duration.
The text was updated successfully, but these errors were encountered: