Tips, Tricks and Tutorials Ubuntu Server: How to change or set the Timezone September 29, 2017 by Craig Lotter No Comments Dropping this as a quick reminder to myself. When confronted with a new Ubuntu server instance, I can check the currently set time zone by... Read More
Programming How to Fix PHP Warning: “It is not Safe to rely on the System’s Timezone Settings” February 26, 2013 by Craig Lotter No Comments At some point in time with the newer versions of PHP, a lot of you would see this warning spit out by your PHP installation... Read More
CodeUnit Ubuntu: How to set PHP’s default Time Zone February 21, 2011 by Craig Lotter No Comments From PHP 5.1 onwards, you have been able to define the default time zone which is to be used in PHP regardless of what time... Read More
CodeUnit How to Change the MySQL Time Zone on an Ubuntu Server February 18, 2011 by Craig Lotter No Comments If you wish to explicitly set the time zone for your MySQL running on an Ubuntu Server, here is how to do it. Read More
CodeUnit How to Change the Time Zone on an Ubuntu Server February 17, 2011 by Craig Lotter No Comments It is often quite useful to be able to change the time zone on your Ubuntu server and to do so has become particularly simple.... Read More
Programming PHP: Determine the Offset between two Time Zones September 7, 2009 by Craig Lotter No Comments Because I keep forgetting where I put this code fragment on my system, grabbed from the comments section from the PHP online manual just by... Read More