Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.hp.hpux FAQ
Section - 5.13.3 How can I convert a timestamp (seconds since the Epoch) to a date/time string?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Schools ]


Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.13.2 How can I print yesterday's or tomorrow's date?
Next Document: 5.13.4 What is the purpose of the 'timezone' and 'dst' kernel parameters?
See reader questions & answers on this topic! - Help others by sharing your knowledge
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.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.13.2 How can I print yesterday's or tomorrow's date?
Next Document: 5.13.4 What is the purpose of the 'timezone' and 'dst' kernel parameters?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com





Last Update March 27 2014 @ 02:11 PM