{"ScriptPreparationCode":null,"TestCases":[{"Name":"Convert string to date using native Date.parse then get ms offset","Code":"const y = Date.parse(\u00222022-10-20T03:24:21.127\u002B0800\u0022) - Date.now();","IsDeferred":false},{"Name":"Convert string epochms and get ms offset ","Code":"const z = Number(\u00221666207461127\u0022) - Date.now();","IsDeferred":false}]}