package playne

imports "programmer"

Tag: whinge

  • WordPress – Stop screwing with the timezone!

    So my dates were not displaying correctly and it turns out that WordPress is to blame. After checking the data and finding that it was correct, I was confused as to why a wordpress page was displaying the wrong date for a correct unix timestamp. WordPress was screwing with the timezone setting of PHP. This…