From 0dcbbb4dfb6da27487164eb965162217d2aaef0f Mon Sep 17 00:00:00 2001 From: zyphlar Date: Tue, 16 Jan 2018 20:54:05 -0800 Subject: [PATCH] Update time-temp.php --- time-temp.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/time-temp.php b/time-temp.php index b7871f7..9a16420 100644 --- a/time-temp.php +++ b/time-temp.php @@ -53,17 +53,17 @@ $out = ' '; if ($voice) { - $out .= 'Hello. '.$date->format('g:i:s A').' is the current time, on '.$date->format('F j, Y').'. It is week number '.((int)$date->format('W')).' and day number '.((int)$date->format('z')).' of the year. It '.$dst_text.' currently Daylight Saving Time in '.$obs->display_location->city.'. + $out .= 'Hello. '.$date->format('g:i:s A').', '.$date->format('F j, Y').', was the current time when this call began. It is week number '.((int)$date->format('W')).' and day number '.((int)$date->format('z')+1).' of the year. It '.$dst_text.' currently Daylight Saving Time in '.$obs->display_location->city.'. Thank you for calling '.$obs->display_location->city.' Time and Temperature: a free hobby service, courtesy of '.$courtesy_of_phonetic.', and Weather Underground dot com. - The temperature in '.$obs->observation_location->city.' was '.$obs->temp_f.' degrees Fahrenheit today at '.$obs_date->format('g:i A').'. The weather was '.$obs->weather.' with winds '.$obs->wind_string.'. The dew point was '.$obs->dewpoint_f.' degrees, pressure '.$obs->pressure_mb.' millibars '.$pres_text.', visibility '.$obs->visibility_mi.' miles. The temperature felt like '.$obs->feelslike_f.' degrees. + The temperature in '.$obs->observation_location->city.' was '.$obs->temp_f.' degrees Fahrenheit today at '.$obs_date->format('g:i A').'. The weather was '.$obs->weather.' with winds '.$obs->wind_string.'. The dew point was '.$obs->dewpoint_f.' degrees. The pressure was '.$obs->pressure_in.' inches of mercury '.$pres_text.'. The visibility was '.$obs->visibility_mi.' miles. The temperature felt like '.$obs->feelslike_f.' degrees. Please press any key to hear this message again. - Thanks again for calling. Goodbye.'; + Thanks again for calling. You are loved. Goodbye for now.'; } if ($sms) { - $out .= 'The current time is '.$date->format('g:i:s A').', on '.$date->format('F j, Y').'. It is week number '.((int)$date->format('W')).' and day number '.((int)$date->format('z')).' of the year. It '.$dst_text.' currently Daylight Saving Time in '.$date->format('T').'. The temperature in '.$obs->observation_location->city.' was '.$obs->temp_f.'F today at '.$obs_date->format('g:i A').' (zyphon.com via wunderground.com)'; + $out .= 'The current time in '.$obs->display_location->city.' is '.$date->format('g:i:s A').', on '.$date->format('F j, Y').'. It is week number '.((int)$date->format('W')).' and day number '.((int)$date->format('z')+1).' of the year. It '.$dst_text.' currently Daylight Saving Time. The temperature in '.$obs->observation_location->city.' was '.$obs->temp_f.'F today at '.$obs_date->format('g:i A').' ('.$courtesy_of.' via wunderground.com)'; } $out .= '';