mktime — converts the ASCII date and time data in a tm class to Unix time.
mktime (time_t)
A tm class, as created by localtime or gmtime
The time, usually expressed as the number of seconds from midnight January 1, 1970 on UNIX systems, though it may differ across implementations.
Gamma> princ ("Local breakout to Unix:\t", mktime (localtime(1149261975.5000002)), "\n"); Local breakout to Unix: 1149261975 t Gamma>
gmtime, localtime
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.