Unix Time Stamp Convert

posted in: Project, Research

This is a nice program for convert unix time stamp and system time to each other. the program just use command line without GUI. User can easy convert 10 time stamps to system time, and just one system time to unix time stamp.


open your command line interface(in MSwindows open “RUN..” input “cmd”)
command utsconv like:

utsconv [OPTION -t, /t, -u, /u, -h, /h, .....] [TimeStamp/SystemTime]

—————————-
example:
1. Convert one or more(no more than 10) unix time stamp to system time.

utsconv -u 123456

or

utsconv -u 123456 234567 234567

(* ‘-u’ and ‘/u’ are same option)

2. Convert one (only one) system time to unix time stamp.

utsconv -t 2008 2 22 12 25 59

(* ‘-t’ and ‘/t’ are same option)
(** format is YYYY MM DD HH MI SS)

3. Getting help

utsconv -h

or

utsconv /h

utsconv –help

utsconv -?

utsconv /?

4. Getting version information

utsconv -v

or

utsconv /v

—————————
In unix system, if you upload ‘utsconv’ to your *nix server by ftp, tftp or sftp. Please make sure the Transfer

mode is Binary. And you also need use command ‘chmod +x utsconv’ change file mode.

Screen shot :


Help


Version


Convert Unix Time stamp


Convert System Time


In *nix

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • HelloTxt
  • Live
  • MyShare
  • MySpace
  • Tumblr
  • Twitter
  • Yahoo! Bookmarks
  • Yigg
  • BlogMemes Fr
  • Fark
  • FriendFeed
  • Haohao
  • LinkedIn
  • MisterWong
  • PDF
  • Ping.fm
  • RSS
  • Slashdot
  • Socialogs
  • Technorati

This entry was posted on February 25, 2008 at 9:38 pm and is filed under Project, Research (Tags: ). You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Comments (2)

Leave a Reply