/unixtime

unixtime encoder/decoder

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

unixtime encoder/decoder


1) Get this : git clone https://github.com/progman/unixtime.git
2) Make this: git submodule update --init && make x64 && ./test.sh
3) Use this : unixtime --to '%Y-%m-%d %H:%M:%S' '2012-11-04 15:41:08'
4) Enjoy!