From edfed8f7d1348f6d3d51857bd08e68aed8f67094 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Sat, 29 Jul 2023 18:58:31 +0330 Subject: [PATCH] Add currentISODate to trusted-set-local-storage-item --- Resources-Library.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources-Library.md b/Resources-Library.md index 35cdced..09f5cc1 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1013,6 +1013,7 @@ Parameters: - arbitrary value - `$now$`: keyword for setting current time in ms, corresponds to `Date.now()` and `(new Date).getTime()` calls - `$currentDate$`: keyword for setting string representation of the current date and time, corresponds to `Date()` and `(new Date).toString()` calls + - `$currentISODate$`: keyword for setting string representation of the current date and time in ISO format, corresponds to `Date()` and `(new Date).toISOString()` calls Examples: - `example.com##+js(trusted-set-local-storage-item, COOKIE_CONSENTS, {"preferences":3\,"flag":false})`