vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   DST Correction and Start of the week queries (https://vborg.vbsupport.ru/showthread.php?t=144464)

Sychev_S 04-10-2007 06:40 AM

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

Sychev_S 04-20-2007 10:55 PM

bump!

Sychev_S 04-25-2007 07:59 PM

hm?

Sychev_S 04-27-2007 04:19 PM

common, somebody's gotta know how to do that....

Farcaster 04-27-2007 10:47 PM

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;

Sychev_S 04-29-2007 04:41 PM

thank you!
so there is not way dst correction can be fixed?


All times are GMT. The time now is 05:50 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01793 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete