[Loadstone] ID.
Rob Melchers
rob at loadstone-gps.com
Thu Sep 24 15:24:36 BST 2009
Another way to get the UNIX timestamp is to save the below lines as
'time.html'. Double click on this file and the timestamp is displayed in
your browser, if it supports JavaScript.
---
<html>
<body>
<script type="text/javascript">
<!--
var currentTime = new Date()
var timestamp = currentTime.getTime()/1000
var result=Math.round(timestamp)
document.write(result)
//-->
</script>
</body>
</html>
---
Rob
At 9/24/2009, you wrote:
>Hi, 24.09.2009 11:58, Kit пиÑеÑ: > BTW, is there any program which I
>could use to convert offline, like a small > tool program in my
>computer? > If you use NVDA screen reader, you can easily get current
>timestamp by doing: press ctrl+NVDA+z to start the python console; type
>"from time import time" without quotes; type "time()" with out quotes. The
>timestamp will be announced. you can press f6 to switch to output field
>and then select and copy it into clipboard. each time you will type
>"time()" the current timestamp will be spoken.
>_______________________________________________ Loadstone mailing list
>Loadstone at loadstone-gps.com
>http://www.loadstone-gps.com/mailman/listinfo/loadstone </x-flowed>
More information about the Loadstone
mailing list