Fixed timezone issue in the Snapshot Workflow 73/66573/1
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)
commit93ac1cd683998a10c408069f72c421673f7ddfee
treef09bf1254a0035ba7c05d135714ffcd40c1f53a0
parent6cf23538ed88c3ff163f7959bb53d0138c445669
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>
dashboard/src/workflow/snapshot_workflow.py