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

add supports for the year optional field the same as in Quartz #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

longzhiri
Copy link

Hello!
I want to add the year optional field just like in Quartz. As the doc says the year field is range from 1970 to 2099,I need more bits to represent all years instead of a uint64. I use math/big.Int, because it's simple and I don't think would cause any performance issues.

@tomqwpl
Copy link

tomqwpl commented Mar 31, 2021

I currently also would like this. Having a year means you can express an individual point in time.

@tomqwpl
Copy link

tomqwpl commented Mar 31, 2021

@robfig Any thoughts on merging this?

@bamboo12366
Copy link

@robfig Any update regarding this PR?

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.

3 participants