11.- Get time from Internet.
RunJavaScript:
fetch('https://worldtimeapi.org/api/timezone/Europe/Madrid')
.then( function(response) {
response.text().then(function(data) {AppInventor.setWebViewString("" + data.toString()); });
})
.catch(function(err) {AppInventor.setWebViewString("Error");});
Time zone: