Page 1 of 1

Any tool to override system date & time?

Posted: Thu Feb 19, 2015 2:37 pm
by Vinod Sharma
For a testing I need such a thing. Does something like this exist?

Thanks.

Re: Any tool to override system date & time?

Posted: Thu Feb 19, 2015 6:31 pm
by Robert Sample
At one time a product called Hour Glass was available (and I used it for Y2K testing); from what I've seen the product is still on the market. A Google search should give you contact information should your site not have this product installed already.

Re: Any tool to override system date & time?

Posted: Sat Apr 25, 2015 6:12 pm
by Vinod Sharma
Thanks RObert. I got some links about that on google but I don't have it available at my shop but they understand what and why i am asking but I dobut if they have something ready made to help me.

Re: Any tool to override system date & time?

Posted: Sat Apr 25, 2015 7:52 pm
by Robert Sample
Different sites do things differently. Some sites, for example, almost never use the system date for anything -- they have a date record which can be set to an arbitrary date. Basically, unless your site uses such a technique, or your site has a tool such as Hour Glass (which I found out recently is still available), then you are pretty much out of luck. The system date gets used in a lot of ways (such as timestamps for logs for many different products) so changing it for application testing won't happen. Depending upon how your application is written, you might be able to use a date card to determine the date -- but the application pretty much has to be designed from scratch to support a date card for this approach to work.

Re: Any tool to override system date & time?

Posted: Tue May 12, 2015 4:50 pm
by Vinod Sharma
Thanks Robert.