-=DoW=- Gamers

Go Back   -=DoW=- Gamers > Gamers Community > Forum Issues / Additions / Suggestions
Challenge Us Main Forum Page Photo Gallery
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Issues / Additions / Suggestions Having Forum Problems. Have a suggestion for an addition to the forums.

Reply
 
Thread Tools Search this Thread Display Modes
Old September 3rd, 2003, 06:33   #1
Acedeal
On Holiday / LOA / Vacation /
 
Acedeal's Avatar
 
Join Date: Oct 2002
Location: Texas
Age: 50
Posts: 8,209
Update Your Profiles

Please update your Profiles to the correct GMT offsets.
If you Live in Texas for example the GMT offset would be
GMT -5, as it is Daylight Savings Time. When the Time Changes again, it will be GMT-6

If you will notice, i have added another field when viewing the posts so that you can see what time it is where the poster lives. This will help when planning events, etc.etc.

If you do not know what your GMT offset is, Just ask here. I'm sure you'll get at least 50 people telling you what it is
__________________




if ( $clue == 'none' ) { read ( sig & avatar rules | forum rules ) && search ( forums | google ) }
if ( $answer == 0 ) { post->question }



Acedeal is offline   Reply With Quote
Old September 3rd, 2003, 06:59   #2
Mschadt
Member
 
Mschadt's Avatar
 
Join Date: Oct 2002
Location: Whitney, TX
Age: 28
Posts: 576
I just noticed that after posting a reply. I was about to go nut and kill my self for all the times I've counted timezones.

[edit]
if you double click on the clock in your system tray and goto timezones it will tell you your GMT offset. Dont for get to subtract one from that for Daylight savings.
Mschadt is offline   Reply With Quote
Old September 3rd, 2003, 07:02   #3
-=DoW=- The Fan
Senior Member
 
-=DoW=- The Fan's Avatar
 
Join Date: May 2003
Location: Germany
Age: 38
Posts: 1,981
Mine is correct, it still says the wrong time tho :-((

Germany is GMT +1 - and "The where I live is 1:01 pm" - wrong its 2:01 pm
__________________
FSG A Company / -=DoW=- Admin

If they are too strong, then you are too weak


-=DoW=- The Fan is offline   Reply With Quote
Old September 3rd, 2003, 07:06   #4
Acedeal
On Holiday / LOA / Vacation /
 
Acedeal's Avatar
 
Join Date: Oct 2002
Location: Texas
Age: 50
Posts: 8,209
Are you on the Euro daylight Savings thingie ?
What's it called EST or something
__________________




if ( $clue == 'none' ) { read ( sig & avatar rules | forum rules ) && search ( forums | google ) }
if ( $answer == 0 ) { post->question }



Acedeal is offline   Reply With Quote
Old September 3rd, 2003, 07:08   #5
-=DoW=- The Fan
Senior Member
 
-=DoW=- The Fan's Avatar
 
Join Date: May 2003
Location: Germany
Age: 38
Posts: 1,981
errrrm, I think so, we changed the clock once this year ;-))
__________________
FSG A Company / -=DoW=- Admin

If they are too strong, then you are too weak


-=DoW=- The Fan is offline   Reply With Quote
Old September 3rd, 2003, 08:39   #6
Acedeal
On Holiday / LOA / Vacation /
 
Acedeal's Avatar
 
Join Date: Oct 2002
Location: Texas
Age: 50
Posts: 8,209
You have to remember that Windows auto corrects for daylight savings time, if you have that option checked. This forum software does not auto-correct. If you put in -6 it will -6 from GMT. The software does not care about savings time settings :0
__________________




if ( $clue == 'none' ) { read ( sig & avatar rules | forum rules ) && search ( forums | google ) }
if ( $answer == 0 ) { post->question }



Acedeal is offline   Reply With Quote
Old September 3rd, 2003, 08:52   #7
-=DoW=- The Fan
Senior Member
 
-=DoW=- The Fan's Avatar
 
Join Date: May 2003
Location: Germany
Age: 38
Posts: 1,981
Oh, ok. well me is at forum +1 :-)) until end of this month sometime I think :-))
__________________
FSG A Company / -=DoW=- Admin

If they are too strong, then you are too weak


-=DoW=- The Fan is offline   Reply With Quote
Old September 3rd, 2003, 11:28   #8
Dutchie
Senior Member
 
Dutchie's Avatar
 
Join Date: May 2003
Location: Alphen aan den Rijn, The Netherlands
Age: 37
Posts: 1,169
weird... daylight savings are set dates...
__________________
"I am not an Expert, I just play one on the Internet!!"
Dutchie is offline   Reply With Quote
Old September 3rd, 2003, 15:42   #9
Acedeal
On Holiday / LOA / Vacation /
 
Acedeal's Avatar
 
Join Date: Oct 2002
Location: Texas
Age: 50
Posts: 8,209
Yes,
But not every timezone observes Daylight Savings Time. While they may be set dates for each time zone, and example of one that does not change times (if not mistaken) Phoniex Az does not observe DST. I remember hearing / reading something about; some parts of Az observe DST some do not.

This is why, the forums does not reconize DST, you would have to program the code to see if you observer DST or not.

Correct me if mistaken here.

-----------

The times effected are the times posted, i.e. the forums times. If something was posted during a "standard time", it will remain a standard time. If something was posted during "daylight/summer" time, it will reflect that time. The user's timezone is independent of the timezone set for the forums. It is available as a convenience to allow users to "see" the forum's times relative to their local time.

This is not magic, nor is it an overall change to ALL times for ALL users... it is a means for the forums times to correctly reflect "Daylight/Summer" time if the server observes Daylight/Summer time.

Once again, there are a myriad of reasons why there is not a universal "Daylight/Summer" time... they are based on geographical, geopolitical, and/or socio-economic reasons. in the USA, as in other countries, not everyone adheres to "Daylight/Summer' time. Some areas of the USA remain on standard time year around. Some areas have opted to follow the time zone just to the east or west due to a variety of reasons.... again geographical, geopolitical, and/or socio-economic reasons.

---------

Daylight Saving Time, for the U.S. and its territories, is NOT observed in Hawaii, American Samoa, Guam, Puerto Rico, the Virgin Islands, most of the Eastern Time Zone portion of the State of Indiana, and the state of Arizona (not the Navajo Indian Reservation, which does observe). Navajo Nation participates in the Daylight Saving Time policy, due to its large size and location in three states.
from http://webexhibits.org/daylightsaving/b.html

----------------------------------

Code:
 return ( !empty($translate) ) ? strtr(@gmdate($format, $gmepoch + (3600 * $tz)), $translate) : @gmdate($format, $gmepoch + (3600 * $tz)); 
# 
# 

    $dst = date('I', $gmepoch) * 3600; 

   return ( !empty($translate) ) ? strtr(@gmdate($format, $gmepoch + (3600 * $tz) + $dst), $translate) : @gmdate($format, $gmepoch + (3600 * $tz) + $dst); 
#
I'll see if this little snipet of code will fix some of the DST issues
Acedeal is offline   Reply With Quote
Old September 4th, 2003, 03:20   #10
Dutchie
Senior Member
 
Dutchie's Avatar
 
Join Date: May 2003
Location: Alphen aan den Rijn, The Netherlands
Age: 37
Posts: 1,169
at the end of the day it will be no more then a database query..

lets see if it works now
__________________
"I am not an Expert, I just play one on the Internet!!"
Dutchie is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 21:55.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © Clan Solutions® , LLC. 2007 All Rights Reserved