[![Build Status](https://travis-ci.org/zoffixznet/perl6-WWW-Google-Time.svg)](https://travis-ci.org/zoffixznet/perl6-WWW-Google-Time) # NAME WWW::Google::Time - Perl 6 module to get time for various locations using Google # SYNOPSIS ```perl6 use WWW::Google::Time; my %time = google-time-in 'Toronto'; say "Time in %time is %time"; # Prints: Time in Toronto, ON is 9:25 AM EST, Monday, December 7, 2015 # Full version: say qq:to/END/ Location: %time Time: %time