using python get current timestamp
>>>import time
>>>time.time()
//currenting timestamp to int
>>>int(time.time())
//converting to string
>>>str(time.time())
Related Posts:
- May 1, 2009 -- using python get friend timeline in twit …
- March 14, 2009 -- Advanced Programming in the UNIX® Envir …
- February 13, 2009 -- I found a http server that developed by …
- February 3, 2009 -- a shell script for quick uploading one f …
- January 23, 2009 -- using SpringGraph for any flex project: …
- September 1, 2009 -- add php gd (graphics directly) support i…
- August 12, 2009 -- clean kernel temp files
- August 12, 2009 -- next, install modules of new kernel:
- August 12, 2009 -- install new linux kernel 2.6.30.4 using “make install”,
- August 12, 2009 -- configuration and update to linux kernel…