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 :





Comments (2)
ok thanks
Hi!
My name is Jessika!