nikospax
Results
1
comments of
nikospax
trafficstars
i have use this code. Works but yours is too compact!! ```cpp hours = rtc.getHours() + GMT; if(hours>=24)hours = hours - 24; minutes = rtc.getMinutes(); secs = rtc.getSeconds(); year =...