Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Operator tick_calendar #255
Operator tick_calendar #255
Changes from all commits
15b3399
59f171b
8fa5bc9
68a9492
2ce5d0e
5a004c1
5f88dfe
6eb1ea3
83c33cc
24855ee
b390263
8b9ba7c
f418eae
da7a61f
ec4ab1d
1cb7078
9c9c4d6
c8690d7
25f476f
c9693ec
0742987
13952dc
3f9535a
fa2fe79
75b795e
06f4ce6
5674141
3885bdd
bab9b6a
2bf52ec
662380c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though for later: It would be interesting for dates to be printed as datetime when "is_unix_time" is set.
Printing the dates directly could make the example simpler (instead of using "calendar_hour" and other similar functions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally agree.
May implement in future PR because it might require changing further doctests.