Skip to content

Date Calculation #23

Open
Open
@aschaeffer

Description

@aschaeffer

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

Metadata

Metadata

Assignees

Labels

c:cliComponent: Changes the Command Line Interface (CLI).c:plugin-systemComponent: Changes the plugin system or plugin related.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions