rfctime.h File Reference


Detailed Description

RFC date and time conversion header.

 *
 * $Log: rfctime.h,v $
 * Revision 1.1  2008/01/31 09:29:05  haraldkipp
 * RFC date and time conversion added.
 *
 *
 * 

Definition in file rfctime.h.

Go to the source code of this file.

Functions

char * Rfc1123TimeString (struct _tm *tm)
time_t RfcTimeParse (CONST char *str)
char * TimeParseHms (CONST char *str, int *hour, int *min, int *sec)
char * TimeParseDmy (CONST char *str, int *mday, int *mon, int *year)
char * TimeParseMonth (CONST char *str, int *month)
char * TimeParseYear (CONST char *str, int *year)


Function Documentation

char* Rfc1123TimeString ( struct _tm tm  ) 

time_t RfcTimeParse ( CONST char *  str  ) 

char* TimeParseHms ( CONST char *  str,
int *  hour,
int *  min,
int *  sec 
)

char* TimeParseDmy ( CONST char *  str,
int *  mday,
int *  mon,
int *  year 
)

char* TimeParseMonth ( CONST char *  str,
int *  month 
)

char* TimeParseYear ( CONST char *  str,
int *  year 
)


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/