|
At the risk of stating the obvious, doing it in Perl looks like this:
#!/usr/bin/perl use Date::Format qw(time2str); my $t = 1043447100; # for example print time2str("%T %A %d %B %Y", $t), "\n";
Cary Millsap -----Original Message-----
Kinda...you can change the year to 1970 if you want, this also converts to minutes, not seconds. It is a really ugly function but it seems to work. You could always use perl.
function
f_minutes {
|
Title: unix time conversion function
- unix time conversion function Adams, Matthew (GECP, MABG, 088130)
- RE: unix time conversion function Adams, Matthew (GECP, MABG, 088130)
- RE: unix time conversion function Post, Ethan
- RE: unix time conversion function Cary Millsap
- RE: unix time conversion function Post, Ethan
