date.h 102 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 struct rtcdate { uint second; uint minute; uint hour; uint day; uint month; uint year; };