Fixed timezone issue in the Snapshot Workflow
authorParker Berberian <pberberian@iol.unh.edu>
Tue, 22 Jan 2019 16:54:12 +0000 (11:54 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Tue, 22 Jan 2019 16:54:12 +0000 (11:54 -0500)
commit2c5650cad195f0bd78fb201ebbddc2afef96f752
tree501ad92d8421e7f471250cb90fb04002fd58ef88
parent1f6c83ce9758346b617195f777a425939065951e
Fixed timezone issue in the Snapshot Workflow

The snapshot workflow was using the python datetime module directly,
which breaks on the strict timezone requirements of the live
dashboard. This commit uses the django timezone module instead

Change-Id: I04b43b127bd3d8eb8ac72aa9c84e24a5f154a880
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
src/workflow/snapshot_workflow.py