Closed CWempe closed 4 years ago
It would be nice to have one variable ({date_year}) that contains the whole date time.
{date_year}
like: 2020-04-28_11:41 2020-04-28T11:41 20200428-1141
2020-04-28_11:41
2020-04-28T11:41
20200428-1141
You might want to check https://tools.ietf.org/html/rfc3339. But I don't know if we need/want time-second and time-offset. (2020-04-28T09:45:42+00:00)
time-second
time-offset
2020-04-28T09:45:42+00:00
The whole idea of splitting this up was to prevent debates about the order and format.
It would be nice to have one variable (
{date_year}
) that contains the whole date time.like:
2020-04-28_11:41
2020-04-28T11:41
20200428-1141
You might want to check https://tools.ietf.org/html/rfc3339. But I don't know if we need/want
time-second
andtime-offset
. (2020-04-28T09:45:42+00:00
)