bjlt
Senior Member
1144 Posts |
Posted - 28 June 2001 : 00:24:05
|
last here date do not ajust to user time
the code in default.asp
<% if ShowLasthere then %> You Last Visited - <% =ChkDate(Session(strCookieURL & "last_here_date")) %> <% =ChkTime(Session(strCookieURL & "last_here_date")) %>
do not show the last here time as the timezone a user sets.
I set both my server timezone and user time zone to gmt+8, but this code showed me 8 hours earlier.
I tested it in local pws with HuwR's timezone adjust mod installed, got the problem when inserted the code in a page out of my forum directory and included inc_functions, inc_top, config in it.
Edited by - bjlt on 02 July 2001 09:56:33 |
|