News

The Unix timestamp is used for keeping track of time. Although this timestamp was devised for the Unix operating system, it is also very dominant on Linux systems.
Proposal Reason: Currently, WireMock’s date/time matching (equalToDateTime) requires the user to explicitly specify actualFormat("unix") to parse Unix timestamp strings. If no format is specified, ...