Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i = require('internet')
- for chunk in i.request("http://www.timeapi.org/gmt/now?format=%25Y-%25m-%25d%20%25H:%25M:%25S") do
- print(chunk)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement