The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
System Time Offset & DST - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Feature Suggestions (https://forums.formtools.org/forumdisplay.php?fid=7)
+--- Thread: System Time Offset & DST (/showthread.php?tid=952)



System Time Offset & DST - Hannes - Nov 28th, 2010

Hey there,

I would like to have the daylight-saving time implemented into the System Time Offset.
Is there any way that the clients do not need to swich the time manually?
http://www.worldtimezone.org/daylight.html

Cheers,
Hannes


RE: System Time Offset & DST - Ben - Dec 4th, 2010

Excellent question.

No, this isn't possible right now - it has to be manual. In fact I haven't come across a script that does it - though no doubt some exist.

But technically, you could do a workaround with the Hooks Manager module. You could create a rule that gets triggered on login. That would then do some clever calculations to figure out if the daylight savings time just changed and if so, update certain accounts. But frankly it may prove more bother than it's worth...

Neat idea though.

- Ben


RE: System Time Offset & DST - Hannes - Dec 11th, 2010

(Dec 4th, 2010, 5:25 PM)Ben Wrote: But technically, you could do a workaround with the Hooks Manager module. You could create a rule that gets triggered on login. That would then do some clever calculations to figure out if the daylight savings time just changed and if so, update certain accounts. But frankly it may prove more bother than it's worth...

Awesome... You have modules for everything.
The only thing I need in addition is the location of the client (the field time zone does unfortunately not tell if and when the clients country is using DST).
But to get this information there is "Extended Client Fields".

It's not a high priority issue but as soon as I have a workable solution I will post it here.

Thanks for the hint!

Hannes