You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the timestamps for pre epoch (Jan 1, 1970) dates are negative numbers, but I believe there should still be a way to handle these dates. What is the reason you chose to limit dates to be only >= 1970?
The text was updated successfully, but these errors were encountered:
@darrendahl Please send a pull request with the changes you propose to support dates farther back. Besides the actual implementation, the pull request should specify what is the earliest date supported and include tests and error checking enforcing the valid date ranges.
This might be helpful for you @darrendahl since it doesn't look like a PR is going to be made any time soon haha.
I recently created a similar project that generates a calendar given a month and a year or a date. Maybe it'll help solve your use case for such a library? https://github.com/rantrix/calendator
I understand the timestamps for pre epoch (Jan 1, 1970) dates are negative numbers, but I believe there should still be a way to handle these dates. What is the reason you chose to limit dates to be only >= 1970?
The text was updated successfully, but these errors were encountered: