The single sanctioned new Date() in the chart-review pipeline. Every other date touchpoint reads the resolved instant instead of calling new Date() itself, so the whole run shares one clock (and eval can freeze it).
new Date()
The single sanctioned
new Date()in the chart-review pipeline. Every other date touchpoint reads the resolved instant instead of callingnew Date()itself, so the whole run shares one clock (and eval can freeze it).