]> the.earth.li Git - esp8266-clock.git/commit
Extend time parsing to include the date rather than just the time
authorJonathan McDowell <noodles@earth.li>
Sat, 11 Feb 2017 11:11:52 +0000 (11:11 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 11 Feb 2017 11:11:52 +0000 (11:11 +0000)
commit99e1116748f10b54cdcfb2227fd7637c0a57d2bb
treecd209bf870d3105da30da5be536f2d8fdeb1b472
parentafe87149d5d46a087fa1bfb7b658e9b78b116440
Extend time parsing to include the date rather than just the time

The initial time_t -> struct tm code concentrated on the time portion.
While we don't display the date at present it will be necessary for
calculating DST and is generally useful for completeness.
clock.c