Gary Kline wrote:

>  In looking over my old C code I've come across lots of
>  unexpected functions, but nothing that, say, given the long
>  int that represents the Epoch can turn it into something
>  useful.  Anybody know of any "off-the-shelf" conversion
>  programs that can turn time integers into YYMMDDHHMMSS  type
>  strings?

You should be able to write one yourself fairly quickly and
easily with the help of strftime() and localtime().  See the man
pages of these functions.


--
James Bailie <[EMAIL PROTECTED]>
http://www.jamesbailie.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to