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

DateTime type and functions #7

Closed
judofyr opened this issue Aug 29, 2019 · 1 comment
Closed

DateTime type and functions #7

judofyr opened this issue Aug 29, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@judofyr
Copy link
Contributor

judofyr commented Aug 29, 2019

Initial specification:

  • Constructor: dateTime(String) -> DateTime. The string must be formatted as RFC3339.
  • Difference operator: DateTime - DateTime -> Number
  • Addition operator: DateTime + Number -> DateTime (commutative)
  • Ordering: order(dateTime(…))
  • now() function
@judofyr judofyr added the enhancement New feature or request label Aug 29, 2019
@judofyr judofyr added this to the v0.2 milestone Oct 12, 2020
@judofyr
Copy link
Contributor Author

judofyr commented Jan 7, 2021

This was implemented in #40

@judofyr judofyr closed this as completed Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant