Skip to main content
UnixGuide.net
Navigation
Forums
Recent content
Search form
Search
Recent comments
No comments available.
New forum topics
User login
Username
*
Password
*
Create new account
Request new password
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
You are here
Home
How can I convert a timestamp (seconds since the Epoch) to a date/time string?
Tweet
How can I convert a timestamp (seconds since the Epoch) to a date/time string?
Added: 04/06/01
This can be accomplished using 'adb' as follows:
echo "0d$timer=Y" | adb | tr -d '\011'
where $timer is the timestamp you wish to convert.
»
Log in
or
register
to post comments
Recent comments