! misplaced paren caused user timezone offsets to be miscalculated
This commit is contained in:
parent
bed3fd7dec
commit
4ed2877f04
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ The name of the form variable to retrieve.
|
|||
=cut
|
||||
|
||||
sub timeField {
|
||||
return WebGUI::DateTime::timeToSeconds($session{form}{$_[0]}-($session{user}{timeOffset}*3600));
|
||||
return WebGUI::DateTime::timeToSeconds($session{form}{$_[0]})-($session{user}{timeOffset}*3600);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue