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 Date Module #11

Open
DavePearce opened this issue Oct 23, 2019 · 1 comment
Open

Add Date Module #11

DavePearce opened this issue Oct 23, 2019 · 1 comment

Comments

@DavePearce
Copy link
Member

The benchmark 016_date provides a basic Gregorian date facility. We should extend and incorporate this.

@DavePearce
Copy link
Member Author

What functionality should a datetime package provide?

  • Ability to get current date and time (e.g. LocalDate.now())
  • Ability to add a delta (e.g. date plus 5 days)
  • Ability to compare date and times
  • Ability to format dates for output in different ways
  • Ability to handle timezones

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

No branches or pull requests

1 participant