Update test.html

This commit is contained in:
uazo
2020-08-26 17:39:21 +02:00
committed by GitHub
parent 12d3489b14
commit c499ee04f0
+5
View File
@@ -2,3 +2,8 @@
<iframe src="https://testsafebrowsing.appspot.com/"></iframe>
<a href="https://testsafebrowsing.appspot.com/">https://testsafebrowsing.appspot.com/</a>
<script>
alert(window.Intl.DateTimeFormat().resolvedOptions().timeZone);
alert(Date().toLocaleString('en-us',{timeZoneName:'long'}));
</script>