Search Results

Search: Posts Made By: nhatch
3,583
Posted By Chubler_XL
If you have gnudate this will work: $ date...
If you have gnudate this will work:

$ date --date @1285659552 '+%Y%m%d,%H%M%S'
20100928,173912


In perl:

use POSIX qw(strftime);
print strftime("%Y%m%d,%H%M%S", gmtime(1285659552));
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy