Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: clock/http-clock-script.inc
- Revision:
- 40:1dc51ae32787
- Parent:
- 30:6a08abbe6301
- Child:
- 46:1822fdbe6c0c
--- a/clock/http-clock-script.inc Fri Jan 25 17:38:24 2019 +0000
+++ b/clock/http-clock-script.inc Sat Jan 26 18:09:49 2019 +0000
@@ -30,7 +30,7 @@
"}\n"
"function parseAjax()\n"
"{\n"
-" var iDateStart = headers.indexOf('Date:');\n"
+" var iDateStart = headers.toLowerCase().indexOf('date:');\n"
" var iDateEnd = headers.indexOf('\\r', iDateStart);\n"
" var rtcDate = new Date(headers.slice(iDateStart + 5, iDateEnd));\n"
" msRtc = parseInt(response.substr(0, 4), 16);\n"