loglabs/mltrace

Fix bug in materialized view creation

shreyashankar opened this issue · 0 comments

>= datetime.now() - timedelta(seconds=window_size)

Instead of using python datetime.now(), we want to use Postgres's current-timestamp function. See this link.