00001 #ifndef FMT_TIME_H
00002 #define FMT_TIME_H
00003 tm * parseTime( const char * strTime, const char * strFormat, tm * t );
00004
00005 time_t fixTime(struct tm *tp);
00006
00007 size_t fmtTime(char * s, size_t max, const char *format, const struct tm *tp);
00008
00009 tm * currentTime( tm* t );
00010
00011 #endif // FMT_TIME_H