Bryan - Gendev
Programmer
In my main app I keep a log file as events occur. I use the following line in the called routine
A user has just sent me the last few lines of his log file -
10:57:15 PM *** step2_proj_ini_entries with 2
10:57:15 PM Select next Action - Filter Actions or Project Wide Options
10:57:15 PM Type of run 2
10:57:16 PM 100%
10:57:16 PM End scan 100%
9:25:23 AM LF Donego = F
9:25:23 AM Log File View
How could the time stamp be so wrong? I can't ask the user if his system clock changed at that time.
Any ideas?
Thanks
GenDev
Code:
STRTOFILE(TTOC(DATETIME(),2)+' ' +cMessageText+CHR(013)+CHR(10),(myPWLog),.T.)
A user has just sent me the last few lines of his log file -
10:57:15 PM *** step2_proj_ini_entries with 2
10:57:15 PM Select next Action - Filter Actions or Project Wide Options
10:57:15 PM Type of run 2
10:57:16 PM 100%
10:57:16 PM End scan 100%
9:25:23 AM LF Donego = F
9:25:23 AM Log File View
How could the time stamp be so wrong? I can't ask the user if his system clock changed at that time.
Any ideas?
Thanks
GenDev