The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
DST Correction and Start of the week queries
How do you set every memeber to have DST Correction "on"? Some members have it off and their time is not displayed correctly. Also how do you set monday as start of the week for all of the members?(Query)
Thank you |
#2
|
|||
|
|||
bump!
|
#3
|
|||
|
|||
hm?
|
#4
|
|||
|
|||
common, somebody's gotta know how to do that....
|
#5
|
|||
|
|||
The option for DST corrections is in the option bitfield, so it would not be feasible to modify this with a SQL statement. However, you can update the start of the week for all users by executing the following statement:
Code:
UPDATE user SET startofweek = 2; |
#6
|
|||
|
|||
thank you!
so there is not way dst correction can be fixed? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|