-
Notifications
You must be signed in to change notification settings - Fork 57
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
2.29 Not present #58
Comments
Starting from 1.31, the frequency is every month, then I want to get the last day of February (2.28 or 2.29) |
Feb 29, 2023 is not a real date Maybe something along the lines of the 30th of every month or last day. Probably done with a ruleset |
the following code works for me
output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
result:
2023-01-30 12:45:23
2023-03-30 12:45:23
2023-04-30 12:45:23
2023-05-30 12:45:23
2023-06-30 12:45:23
2023-02-28 12:45:23 How to achieve?
thank you
The text was updated successfully, but these errors were encountered: