### Plugin DateTime | Name | Repository | |-------------------------|------------------------------------------------------| | inexor-rgf-plugin-date-time | https://github.com/aschaeffer/inexor-rgf-plugin-date-time | ### Property Type Extension * [date_format](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_date_format.htm) * [duration_format](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) ### Entity Types | Name | Components | Properties | DataType | SocketType | Description | |----------------|------------|------------|----------|------------|-------------------------------------------------------| || | utc_timestamp | action | trigger | bool | input | Returns the current timestamp | | | result_number | result | number | output | The timestamp (UNIX epoch) | || | utc_now | action | trigger | bool | input | Returns the current date time | | | result_string | result | string | output | The current date time as ISO8601 | ### Tasks - [x] Create plugin - [x] Create type definitions - [x] Create models - [x] Behaviour `utc_now` - [x] Behaviour `utc_timestamp` - [ ] Property Type extension `date_format` ### Crates * https://github.com/chronotope/chrono * https://docs.rs/chrono/latest/chrono/ ### Follow Up - [x] #21 - [ ] #22 - [ ] #23 - [ ] #24