Register and join our team. This only takes 30 seconds.
unfortunately events that have occurred here in Istanbul, Turkey in the last 6 months as increasingly caused myself much mental stress and grave concern for my wife and my personal welfare.
$UTC = '13'; // NUMBER of hours betweeen your location and UTC new york -4 london 1 istanbul 3 note will have to change based on clock seasonal changes$moonadj = '2'; //adjust this number to correct the moonset time output to your location should be either 1 or 2 will have to monitor this when clocks change
############################################################################# Sitewide configuration - Station location, identity and date/time info############################################################################$SITE['organ'] = 'Waitara, Taranaki, New Zealand';$SITE['copyr'] = '© ' . gmdate("Y",time()) . ', Waitara Weather';$SITE['location'] = 'Iwanui, Waitara, Taranaki, New Zealand';$SITE['email'] = 'mailto:xxxxx@xxxxxxx';# Station location: latitude, longitude, cityname$SITE['latitude'] = '-39.001094'; //North=positive, South=negative decimal degrees$SITE['longitude'] = '174.237665'; //East=positive, West=negative decimal degrees$SITE['cityname'] = 'Waitara.';$SITE['tz'] = 'Pacific/Auckland'; //NOTE: this *MUST* be set correctly to// translate UTC times to your LOCAL time for the displays.// [url=http://us.php.net/manual/en/timezones.php]PHP: List of Supported Timezones - Manual[/url] has the list of timezone names// pick the one that is closest to your location and put in $SITE['tz'] like:// $SITE['tz'] = 'America/Los_Angeles'; // or// $SITE['tz'] = 'Europe/Brussels';// note: date format used for PHP parts only. Weather software dates are not processed// except on the astronomy page$SITE['timeFormat'] = 'D, d-M-Y g:ia T'; // Day, 31-Mar-2006 6:35pm Tz (USA Style)// $SITE['timeFormat'] = 'm/d/Y g:ia'; // USA format 03/31/2006 14:03// $SITE['timeFormat'] = 'd/m/Y H:i'; // Euro format 31/03/2006 14:03// $SITE['timeFormat'] = 'Y-m-d H:i'; // ISO format 2006-03-31 14:03//$SITE['timeOnlyFormat'] = 'g:ia'; // USA format h:mm[am|pm\$SITE['timeOnlyFormat'] = 'H:i'; // Euro format hh:mm (hh=00..23);$SITE['dateOnlyFormat'] = 'd/m/Y'; // for 31-Mar-2008 or 'j/n/Y' for Euro format############################################################################
Started by TonyC
Started by hbweather
Started by JennyLeez