محروم.كوم | 03-26-2010 11:00 PM | problem with auto DST, how do I query to know how many users are using auto DST? Hi, I've had several users that reported that they get the wrong time when they surf the forum. so I've executed the following query - UPDATE user SET options = options + 64 WHERE NOT(options & 64) then what happened was that my time was wrong too, so I run another query to turn it off (or do the opposite) UPDATE user SET options = options - 128 WHERE options & 128 (and I still saw the wrong time) now I don't now what to think, who has the problem and who doesn't. how can I check and see who is using auto? and who's not? and how do I make everybody see the summer clock (+1)? cause I've logged to several users and saw that they have auto' DST configured but doesn't see the time correctly. Thanks! |