]> the.earth.li Git - esp8266-clock.git/commitdiff
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)
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.


No differences found