Support reading Microsoft /Date(123456789)/ Timestamps

Issue #54 resolved
James Powell repo owner created an issue

Microsoft uses a JSON Timestamp format of Unix milliseconds in a /Date(1323232441424)/ string.

Used, for example in the Windows powershell command

Get-Process | select name,id, starttime | sort starttime -Descending | select -first 1 | ConvertTo-Json

Support reading these timestamps, for interoperability with Windows.

Comments (2)

  1. Log in to comment