2012-10-02 15:41:36 +09:30

6 lines
85 B
PHP

#!/usr/bin/php -q
<?php
require("timezone.php");
print get_time_zone("US","WV");
?>