Trying the following in a unit test... ```js timezone-mock.register('US/Pacific'); const nonIso = new Date('Fri, 05 Jan 2024 23:00:00'); ``` ...results in the following error: ``` Unhandled date format passed to MockDate constructor: Fri, 05 Jan 2024 23:00:00 ```