Closed gnott closed 4 months ago
…utcfromtimestamp() usage.
Re issue https://github.com/elifesciences/issues/issues/8825
Also, wanted to move the get_current_datetime() function out of cron.py to a better place for code re-use, now in utils.py.
get_current_datetime()
cron.py
utils.py
…utcfromtimestamp() usage.
Re issue https://github.com/elifesciences/issues/issues/8825
Also, wanted to move the
get_current_datetime()
function out ofcron.py
to a better place for code re-use, now inutils.py
.