From: Jonathan McDowell Date: Sat, 11 Feb 2017 11:11:52 +0000 (+0000) Subject: Extend time parsing to include the date rather than just the time X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=99e1116748f10b54cdcfb2227fd7637c0a57d2bb;hp=99e1116748f10b54cdcfb2227fd7637c0a57d2bb;p=esp8266-clock.git 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. ---