I have a date 2022-08-04 08:16:32.716904 // without timezone which was created with now() function in SQL as a timestamp with (6) milliseconds precision (i.e DateTime @db.Timestamp(6) with primsa).
How can I create a new Date() object in typescript to match this exact precision ?