GMT/UTC standards reversed in timezone standards (and PHP, and wordpress, and Unix/Posix)
Well, software never stops surprising me. Working on a new project which involves PHP and timezones, I obviously needed to use these PHP supported timezone standards. No problem when I set a timezone to a specific standard location (i.e. ‘America/New_York’), but when using the non-recommended GMT standards, the resulting time was reversed. So, by selecting GMT-5, the [...]
» Read the rest of this entry ...