Stairs/hosted/timezone.php

3 lines
116 B
PHP

<?php
echo file_get_contents('https://maps.googleapis.com/maps/api/timezone/json?' . $_SERVER['QUERY_STRING']);
?>