My situation involves a specific date
2022-08-04 08:16:32.716904 // without timezone
. This was created using the now() function in SQL as a timestamp with (6) milliseconds precision (i.e DateTime @db.Timestamp(6)
with primsa).
I am wondering how I can generate a new Date()
object in typescript that matches this precise level of accuracy?