The changes introduced in a2d8291 fail to correctly categorize numbers. Consider for example: ```typescript new Date('1') // Mon Jan 01 2001 00:00:00 GMT+0100 (Central European Standard Time) ``` Environment: Chrome