man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Last run X minutes ago' compares UTC to naive timestamp

ceallen opened this issue · comments

This means they're incorrect unless your local timezone is equal to UTC.

In general, any newly generated report will have a 'last run' time of

babel.dates.format_timedelta(datetime.datetime.utcnow() - datetime.datetime.now())

and will just show your difference from UTC.