libi2ncommon: (gerd) initial submission, not in use yet
[libi2ncommon] / src / timefunc.hxx
CommitLineData
e93545dd
GE
1/***************************************************************************
2 timecvt.hxx - description
3 -------------------
4 begin : Fri May 11 2001
5 copyright : (C) 2001 by STYLETEC
6 email : info@styletec.de
7 ***************************************************************************/
8
9#ifndef __TIMEFUNC_HXX
10#define __TIMEFUNC_HXX
11
12double prec_time(void);
13
14int date_to_seconds(const std::string &date);
15
16std::string make_nice_time(int seconds);
17std::string format_full_time(int seconds);
18
19#endif