Web scraping: Difference between revisions

no edit summary
(added Ceylon)
No edit summary
Line 1,207:
</lang>
The task description states "just the UTC time" but of course we could return the whole line including the zone name and date if required.
 
=={{header|Maple}}==
<lang Maple>text := URL:-Get("http://tycho.usno.navy.mil/cgi-bin/timer.pl"):
printf(StringTools:-StringSplit(text,"<BR>")[2]);</lang>
{{Out|Output}}
<pre>May. 16, 20:17:28 UTC Universal Time</pre>
 
=={{header|Mathematica}}==
Anonymous user