Service Virtualization

  • 1.  Setting Offset values in Timestamp Filter

    Posted Feb 09, 2017 05:52 AM

    Hi Team,

     

    I have a requirement to create time stamp filter with a value "12.30 hours" less than current time stamp (ie current time stamp - 12.30 hours).

     

    Is it possible to set offset value to -12.30 in time stamp filter. If so, could you please let me know how to do it.



  • 2.  Re: Setting Offset values in Timestamp Filter
    Best Answer

    Posted Feb 09, 2017 07:27 AM

    Using -12.5h will result in an invalid offset string.  So converting to minutes ( (60*12) + 30) as your offset, it would look like this:



  • 3.  Re: Setting Offset values in Timestamp Filter

    Posted Feb 09, 2017 07:41 AM

    Thanks Joel. This worked ☺