I have two separate issues related to modified date.
1) Our site has 60% database generated pages. So, when webinator walks those pages the modified date gets set to the time webinator walked them.
I want to implement a logic so during fetch, if the server returns modified date/time that matches current date/time during fetch, webinator will keep the modified column of the html table empty for that row instead of putting server's date/time.
2) If server doesn't return a date, then I believe webinator plugs in current date and time. I don't want that to happen. I would rathe keep them empty.
The reason I want modified date empty is because I want to implement "Search by Date". I believe I only have to change one line of code in dowalk script but don't know where since I never (yet) needed to play with the walker.
1) Our site has 60% database generated pages. So, when webinator walks those pages the modified date gets set to the time webinator walked them.
I want to implement a logic so during fetch, if the server returns modified date/time that matches current date/time during fetch, webinator will keep the modified column of the html table empty for that row instead of putting server's date/time.
2) If server doesn't return a date, then I believe webinator plugs in current date and time. I don't want that to happen. I would rathe keep them empty.
The reason I want modified date empty is because I want to implement "Search by Date". I believe I only have to change one line of code in dowalk script but don't know where since I never (yet) needed to play with the walker.