cwbe coordinatez:
101
63540
2076399
856608
8561529
8561557
8561638
8561641

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::0
total children::0
show[ 2 | 3] flat


nasiel som javascript:login v ciratsScripts.js

function login(argumentName, argumentValues){
dm1 = document.MainForm;
var dt = new Date();

// Adding the timeZone information to the request..
argumentName[argumentName.length]='timeZone';
argumentValues[argumentValues.length] = dt.getTimezoneOffset();
//Added by Deepmala for defect 38731:Problem with timestamp display for some DST timezones
var jan1 = new Date(dt.getFullYear(), 0, 1, 0, 0, 0, 0);
var temp = jan1.toGMTString();
var jan2 = new Date(temp.substring(0, temp.lastIndexOf(" ")-1));
var time_offset_jan = (jan1 - jan2) / (1000 * 60);
var june1 = new Date(dt.getFullYear(), 6, 1, 0, 0, 0, 0);
temp = june1.toGMTString();
var june2 = new Date(temp.substring(0, temp.lastIndexOf(" ")-1));
var time_offset_jun = (june1 - june2) / (1000 * 60);

argumentName[argumentName.length]='time_offset_jan';
argumentValues[argumentValues.length] = time_offset_jan;
argumentName[argumentName.length]='time_offset_jun';
argumentValues[argumentValues.length] = time_offset_jun;

//End of code added by Deepmala for defect 38731:Problem with timestamp display for some DST timezones
submitParameters(argumentName,argumentValues);
}