Recent content by dfb2000

  1. D

    Server time on Boru off by 1 hour (still)

    I'll just file this away in the 'you get what you pay for' folder (although, I must say, I don't pay for the same service elsewhere and the time returns correctly there! :). Other than this, I've had no real issues with x10hostings free service (and I lived through the big move saga!), it's an...
  2. D

    Server time on Boru off by 1 hour (still)

    As dlukin says, something is getting lost in translation by the time PHP determines the date. It seems like a timezone or daylight savings time issue. -db
  3. D

    Server time on Boru off by 1 hour (still)

    My support requests on this issue keep getting closed without resolution, and I see others have reported the same issue. The server time or timezone on Boru is incorrect, is this something we should code around, or is it going to be resolved? -db
  4. D

    Server time on Boru

    No, it doesn't seem to fix the issue, just updates my timestamp with a new timezone (still off by an hour). When I run date_default_timezone_get(), it shows me 'America/New_York'. Is that the actual correct time zone for where the server is located? -db
  5. D

    Server time on Boru

    I apologize if I am missing something obvious here, but as I posted in a previous support request (http://x10hosting.com/forums/free-hosting/131279-server-time-boru-off-1-hour.html?pagenumber=), my PHP function call "time()" is not returning the correct time again. At some point after I...
  6. D

    Server time on boru off by 1 hour?

    Is the server time on boru off (ahead) by 1 hour? Or possibly Daylight Savings Time setting not correct? I just noticed an off-by-one-hour problem in my website, it uses the server time to calculate "x hours/minutes ago" based on a retrieved date value. -db
  7. D

    /home/global.prepend.php

    Yes, issue has been fixed, thanks very much. -db
  8. D

    /home/global.prepend.php

    This script is being called apparently, and is outputing headers, causing my session_start function to fail. This is new behaviour, just noticed it this morning. My code hasn't changed. Is this something I have to work with/around, or has something in global.prepend.php changed? My webpage...
Top