mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Add URL to W3C
This commit is contained in:
@@ -36,6 +36,10 @@ function dateToW3CString(date: Date) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see https://www.w3.org/TR/NOTE-datetime
|
||||
*/
|
||||
|
||||
return date.toISOString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user