Guest

more php5.3

By: a guest on May 4th, 2010  |  syntax: Bash  |  size: 1.00 KB  |  hits: 141  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. [13:18:22] <Viper-7> the function is get gmt diff, so you're comparing GMT (or UTC) time to ??
  2. [13:18:52] <-- dgts hat den Server verlassen (Quit: This computer has gone to sleep).
  3. [13:19:00] --> budlust hat den Kanal betreten (~budlust@h75-100-202-138.prrymi.dsl.dynamic.tds.net).
  4. [13:19:27] --> zitter hat den Kanal betreten (~danilo@adsl-ull-123-225.49-151.net24.it).
  5. [13:19:33] <Viper-7> either in your server's php.ini or a config php script, you should set the timezone to your server's location at least
  6. [13:19:35] <-- nots hat den Server verlassen (Quit: bye).
  7. [13:19:46] <ironm> thank you very much Viper-7  .. I am not very familiar with php currently .. so will have to see
  8. [13:20:06] <Viper-7> ironm: !+date_default_timezone_set
  9. [13:20:06] <php-bot> ironm, bool date_default_timezone_set(string timezone_identifier) - Sets the default timezone used by all date/time functions in a script - http://php.net/date_default_timezone_set
  10. [13:20:13] <Viper-7> ^^ i'd start from that link and start hunting ;)