shadedecho
Programmer
Ok, I have php 4.1.1 running on a RH 7.1 system. the "date" command at the shell correctly returns my TZ adjusted time (in my case, CST, so -6). However, ALL of the time and date functions (not just the gmxxx() functions) in PHP are returning GMT time, none of them are respecting the timezone setting of the operating system.
Why is this? How do I correct this?
Why is this? How do I correct this?