Tag Archives: date

How to set time on Amcrest IP camera [SOLVED]

Amcrest makes a variety of IP based security cameras. Overall the camera do a good job at a reasonable price. However, occasionally after setting up a new camera there can be issues with an incorrect timestamp date/time. The issue is easily resolved via the following configuration screen: Therefore, if your Amcrest wifi/Ethernet camera is showing an incorrect date/time, here are the steps to manually update the date and time: Open the camera’s local IP address in a web browser: #1

Fixing Warning: date() [function.date] in PHP 5.3 [solved]

If you recently upgraded to a newer version of PHP, like PHP 5.3, you may be getting some errors similar to this in your PHP scripts: Warning: date() [function.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 ‘America/Chicago’ for […]  instead