You are right. I found that about 10 minutes ago.
Would there be a way to set each timezone to allow DST on or off? I found out that Seoul doesn't have DST so the time is off by an hour. Can i do that per line somehow? Like this:
PHP Code:
DST ON
$timezones[-12] = "Eniwetok, Kwajalein";
DST OFF
$timezones[-11] = "Midway Islands, American Samoa, Gilbert Islands";
What code could I use there to accomplish that?