Log 2 SQL date Conversion
Status: Beta
Brought to you by:
jschof
There seems to be an oddity in how Fear writes the dates in the log file. during a new month where its a single digit date the date conversion subroutine will read this as an extra space and ignore the date. once this space is removed everything works fine again. this is a problem with the regualr expression that is use to get the time and date from the player and uid stamps. i will have to refine the regular expression to look for a possible extra space if its a single digit date.