time-warp
time-warp copied to clipboard
database persistance issue
pretend_now_is 1.hour ago do object.create end
inside that block, object will have the timestamp from last hour, but after that block the timestamp will be shifted to the current time. is there a way to fix that?