``endOfLife`` | optional, string | Overwrites the lifetime of the notice as specified from the notice board.
The value has multiple formats
- an ISO 8601 date format with the time offset and milliseconds being optional, e.g.
- YYYY-MM-DDThh:mm:ss[.s][Z (Z means +00)]
- YYYY-MM-DDThh:mm:ss[.s][+01:00]
- YYYY-MM-DDThh:mm:ss[.s][+0100]
- YYYY-MM-DDThh:mm:ss[.s][+01]
- a format for a period relative to the current time, e.g. 6h, 12h, 1d, 1w that specifies the quantity followed by a qualifier:
- s (seconds)
- m (minutes)
- h (hours)
- d (days)
- w (weeks)
- M (months)
- y (years)
- a time offset is optional (e.g. 2d+02:00)
- it can also be specified with the parameter ``timeZone``
- if ``timeZone`` is undefined then UTC is used
- the value 0 indicates the current time
| 1d | |
``timeZone`` | optional, string |
- This parameter set the time zone for the time stamp in the ``endOfLife`` parameter.
- See here the list for available time zones.
| Europe/Berlin | Etc/UTC |