Arduino-RTC
Real-Time Clock (RTC) library for Arduino
isotime_r.cpp File Reference
#include "time.h"
Include dependency graph for isotime_r.cpp:

Go to the source code of this file.

Functions

void __print_lz (int, char *, char)
 
char * isotime_r (const struct tm *tm, char *buffer)
 

Function Documentation

void __print_lz ( int  ,
char *  ,
char   
)

Definition at line 32 of file print_lz.cpp.

char* isotime_r ( const struct tm tmptr,
char *  buf 
)

The isotime function constructs an ascii string in the form

1 YYYY-MM-DD hh:mm:ss

Definition at line 34 of file isotime_r.cpp.