A Microsoft-AJAX date string as MaStR returns them, e.g. "/Date(1548979200000)/" (milliseconds since the Unix epoch, UTC). Use parseMsDate() to convert, or the CLI's --iso-dates flag to rewrite every such field to ISO-8601.
"/Date(1548979200000)/"
parseMsDate()
--iso-dates
A Microsoft-AJAX date string as MaStR returns them, e.g.
"/Date(1548979200000)/"(milliseconds since the Unix epoch, UTC). UseparseMsDate()to convert, or the CLI's--iso-datesflag to rewrite every such field to ISO-8601.