Feel free to copy and paste. That is the ultimate purpose.
<script> const CurrentTime = new Date(); document.write("<br>" + CurrentTime); </script>