InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.65k stars 912 forks source link

DateTimeController: Use std::tm for storing date #1634

Closed Riksu9000 closed 1 year ago

github-actions[bot] commented 1 year ago
Build size and comparison to develop: Section Size Difference
text 414408B -320B
data 940B 0B
bss 53576B 32B
JF002 commented 1 year ago

Thanks for teaching me the existence of std::tm from the C world.

Same for me :)