NAME

from_unixtime - to convert from unixtime to date suitably

SYNOPSIS

$ cat sql_result | from_unixtime
id    1
created_at    1419702037(2014/12/28 02:40:37)
updated_at    1419702037(2014/12/28 02:40:37)

OPTIONS

-f   --format       date format // '%a, %d %b %Y %H:%M:%S %z'

--start-bracket     change start bracket // '('
--end-bracket       change end bracket // ')'

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

App::FromUnixtime

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.