Skip to content
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

Added date helper functions #37

Merged
merged 8 commits into from
Jan 11, 2024
Merged

Added date helper functions #37

merged 8 commits into from
Jan 11, 2024

Conversation

Tushar-Naik
Copy link
Collaborator

The following are now available as built-in functions

datetime.now()
datetime.second_of_minute()
datetime.minute_of_hour()
datetime.hour_of_day()
datetime.day_of_week()
datetime.day_of_month()
datetime.day_of_year()
datetime.week_of_month()
datetime.week_of_year()
datetime.month_of_year()
datetime.year()

Copy link

sonarcloud bot commented Jan 10, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@santanusinha santanusinha merged commit c43148f into master Jan 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants