GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TAI64NFRAC(1) User Commands TAI64NFRAC(1)

tai64nfrac - Convert TAI64N timestamps to decimal seconds since epoch

tai64nfrac < input > output

Given data with TAI64N timestamps at the beginning of each line as input (such as data generated by multilog), tai64nfrac will convert those times to seconds since epoch (with a fractional part) and otherwise output the same data. It's intended to be used as a filter that changes the timestamp format at the beginning of each line.

tai64nfrac is primarily intended to support using qmailanalog to analyze qmail logs that are being written by multilog rather than to syslog via splogger.

tai64nfrac makes no attempt to handle leap seconds or to handle TAI to UTC conversion correctly. It was written with hard-coded adjustments for systems where the system clock is in UTC and no leap seconds file is present. In that situation, software generating TAI64N timestamps will generate timestamps with an epoch 10 seconds different than UTC, which tai64nfrac adjusts for.

This is obviously not the correct approach, which would be to use the code and algorithms in libtai. It was just the expedient thing to do for my immediate problem.

See <http://cr.yp.to/daemontools/tai64nlocal.html> for documentation of tai64nlocal, which converts TAI64N timestamps to human-readable times in the local time zone.

See <http://cr.yp.to/qmailanalog.html> for qmailanalog.

The current version of this program is available from its web page at <http://www.eyrie.org/~eagle/software/tai64nfrac/>.

Russ Allbery <rra@stanford.edu>

This program is in the public domain. If it is not legal or possible to place a work in the public domain in your jurisdiction, then I hereby grant you a license to treat this program in every way as if it were in the public domain.
2003-03-09 1.4

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.