rejetto forum
May 25, 2012, 12:20:46 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Invalid "Online-Since time" in tooltip  (Read 1010 times)
0 Members and 2 Guests are viewing this topic.
Matze
Guest
« on: May 20, 2003, 05:51:53 AM »

Hi everyone!

I discovered a small bug: The user tooltip shows an invalid time in the info field "online since". Depending on my timezone (gmt+1) it shows a time one hour earlier than the correct time.
BTW the time shown in the message window with the event "UserX is online" is correct!

Nevertheless a very cool program! I'm using it for a very long time!  Smiley
Greetz, Matze
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #1 on: June 10, 2003, 12:22:26 PM »

thanks for your kind words

this is my GMT offset code
Code:
GetTimeZoneInformation(TZinfo);
case GetTimeZoneInformation(TZInfo) of
  TIME_ZONE_ID_STANDARD: GMToffset:=TZInfo.StandardBias;
  TIME_ZONE_ID_DAYLIGHT: GMToffset:=TZInfo.DaylightBias;
  else GMToffset := 0;
  end;
GMToffset:=-(TZinfo.bias+GMToffset)/(24*60);

it works well in Italy
does someone see something wrong in it?
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #2 on: June 10, 2003, 12:22:52 PM »

thanks for your kind words

this is my GMT offset code
Code:
GetTimeZoneInformation(TZinfo);
case GetTimeZoneInformation(TZInfo) of
  TIME_ZONE_ID_STANDARD: GMToffset:=TZInfo.StandardBias;
  TIME_ZONE_ID_DAYLIGHT: GMToffset:=TZInfo.DaylightBias;
  else GMToffset := 0;
  end;
GMToffset:=-(TZinfo.bias+GMToffset)/(24*60);

it works well in Italy
does someone see something wrong in it?

well in 0.9.4.12 i disabled it to make a test, but i re-enable it in 0.9.4.13
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 03, 2012, 12:01:12 AM
anything