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

Date Calculation #23

Open
3 tasks
Tracked by #8
aschaeffer opened this issue Mar 25, 2023 · 0 comments
Open
3 tasks
Tracked by #8

Date Calculation #23

aschaeffer opened this issue Mar 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request plugin Plugin System or Plugin related
Milestone

Comments

@aschaeffer
Copy link
Collaborator

Goal

Calculate with dates (#8) and durations (#22).

Entity Types

Name Components Properties DataType SocketType Description
datetime_plus datetime string input Adds the given duration from the given date time
duration string input The duration to add (ISO8601 duration format)
result string output The calculated date time as ISO8601
datetime_minus datetime string input Subtracts the given duration from the given date time
duration string input The duration to subtract (ISO8601 duration format)
result string output The calculated date time as ISO8601
datetime_diff datetime string input Calculates the difference of two datetimes
datetime string input
result string output The calculated difference as ISO8601 duration format

Tasks

  • Entity Type + Behaviour datetime_plus
  • Entity Type + Behaviour datetime_minus
  • Entity Type + Behaviour datetime_diff
@aschaeffer aschaeffer added enhancement New feature or request plugin Plugin System or Plugin related labels Mar 25, 2023
@aschaeffer aschaeffer self-assigned this Mar 25, 2023
@aschaeffer aschaeffer added this to the 0.10.0 milestone Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin Plugin System or Plugin related
Projects
None yet
Development

No branches or pull requests

1 participant