hako / blackboard-dl

📚💻 Downloads lectures and workshops automagically.
MIT License
8 stars 3 forks source link

CLI: Update Time.now to Time.local #10

Closed ocelotsloth closed 4 years ago

ocelotsloth commented 4 years ago

fixes hako#8

This patch addresses deprecation warnings for Time.now. Time.local has been used instead of Time.utc because that was the existing default behavior of Time.now.

Signed-off-by: Mark Stenglein mark@stengle.in