<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: TIME errors</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: TIME errors</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:09:47 +0000</pubDate>

<item>
<title>emarioc on "TIME errors"</title>
<link>https://www.machform.com/forums/topic/time-errors#post-17886</link>
<pubDate>Tue, 02 Apr 2013 06:08:24 +0000</pubDate>
<dc:creator>emarioc</dc:creator>
<guid isPermaLink="false">17886@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you, it worked perfectly!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "TIME errors"</title>
<link>https://www.machform.com/forums/topic/time-errors#post-16261</link>
<pubDate>Mon, 22 Oct 2012 16:08:57 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">16261@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You need to edit config.php file which located in your machform folder.&#60;br /&#62;
You can add this code after &#38;lt;?php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;date_default_timezone_set(&#38;#39;America/Chicago&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>degreesnorth on "TIME errors"</title>
<link>https://www.machform.com/forums/topic/time-errors#post-16260</link>
<pubDate>Mon, 22 Oct 2012 08:58:17 +0000</pubDate>
<dc:creator>degreesnorth</dc:creator>
<guid isPermaLink="false">16260@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've checked your posts and see a number of different responses for this problem.  &#60;/p&#62;
&#60;p&#62;Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /clientdata/apache-www/o/w/owlandthepussycat.com.au/www/machform/edit_form.php on line 303&#60;/p&#62;
&#60;p&#62;Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /clientdata/apache-www/o/w/owlandthepussycat.com.au/www/machform/edit_form.php on line 303&#60;/p&#62;
&#60;p&#62;Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /clientdata/apache-www/o/w/owlandthepussycat.com.au/www/machform/edit_form.php on line 309&#60;/p&#62;
&#60;p&#62;Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /clientdata/apache-www/o/w/owlandthepussycat.com.au/www/machform/edit_form.php on line 309&#60;/p&#62;
&#60;p&#62;Can you advise specifically which file I need to edit to get rid of this message?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "TIME errors"</title>
<link>https://www.machform.com/forums/topic/time-errors#post-14337</link>
<pubDate>Thu, 12 Apr 2012 12:17:14 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14337@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It looks like the PHP on your server doesn't have the timezone being set correctly and you need to set the timezone manually. To do so you can edit your config.php file and put this code (around line 6):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;date_default_timezone_set(&#38;#39;America/Chicago&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in the above sample, it would set the timezone to Chicago's timezone.&#60;br /&#62;
You can change it with other timezones. The complete list is available here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.php.net/manual/en/timezones.php&#34; rel=&#34;nofollow&#34;&#62;http://www.php.net/manual/en/timezones.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>buck1942 on "TIME errors"</title>
<link>https://www.machform.com/forums/topic/time-errors#post-14324</link>
<pubDate>Wed, 11 Apr 2012 10:22:35 +0000</pubDate>
<dc:creator>buck1942</dc:creator>
<guid isPermaLink="false">14324@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;What do I need to do to correct these errors:&#60;/p&#62;
&#60;p&#62;Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/bucksweb/public_html/machform/includes/helper-functions.php on line 38&#60;/p&#62;
&#60;p&#62;Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/bucksweb/public_html/machform/includes/helper-functions.php on line 56&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Buck
&#60;/p&#62;</description>
</item>

</channel>
</rss>
