Add URL to W3C

This commit is contained in:
Jens Spanier
2023-08-09 08:20:40 +02:00
parent 7fc263878e
commit c80615351f

View File

@@ -36,6 +36,10 @@ function dateToW3CString(date: Date) {
return undefined; return undefined;
} }
/**
* @see https://www.w3.org/TR/NOTE-datetime
*/
return date.toISOString(); return date.toISOString();
} }