libi2ncommon: (gerd) initial submission, not in use yet
[libi2ncommon] / src / timefunc.hxx
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
12 double prec_time(void);
13
14 int date_to_seconds(const std::string &date);
15
16 std::string make_nice_time(int seconds);
17 std::string format_full_time(int seconds);
18
19 #endif