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 Weekly Period + Monthly Periods #36

Merged
merged 9 commits into from
Jun 4, 2021
Merged

Added Weekly Period + Monthly Periods #36

merged 9 commits into from
Jun 4, 2021

Conversation

michtio
Copy link
Contributor

@michtio michtio commented Jun 4, 2021

Monthly Loop

  • Added The ability to loop monthly through a given start and end date
  • Takes the end of month into consideration
  • Takes into consideration not all months have 31 days when that's the starting date
  • Takes February into consideration when looping through the 29th/30th/31st of a month
  • Takes leap years into consideration
  • Possibility to use "Timestring values" e.g. Last Monday of the month

Weekly Loop

  • Added the ability to loop weekly through a given start and end date
  • Function can run weekly, or weekdays can be selected e.g. Every Monday, Thursday, Sunday of the week
  • Sanitizing data
  • Adding Timezone Functionality
  • Adding DST Functionality

@michtio michtio added the enhancement improvements to existing features label Jun 4, 2021
@michtio michtio added this to the 1.0.0 milestone Jun 4, 2021
@michtio michtio added this to In progress in Timeloop via automation Jun 4, 2021
@michtio michtio self-assigned this Jun 4, 2021
@michtio michtio linked an issue Jun 4, 2021 that may be closed by this pull request
@michtio michtio merged commit 2a8b120 into develop Jun 4, 2021
Timeloop automation moved this from In progress to Done Jun 4, 2021
@michtio michtio deleted the feature/monthly branch June 4, 2021 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features
Projects
Development

Successfully merging this pull request may close these issues.

Making the human readable date
1 participant