GENI-NSF / geni-ch

GENI clearinghouse services
Other
3 stars 6 forks source link

slice creation and expiration times are reported in the future #546

Closed tcmitchell closed 7 years ago

tcmitchell commented 7 years ago

creation and expiration times are converted to GMT twice so the times reported by the opsmon REST endpoint are in the future. See https://github.com/GENI-NSF/aws-transition/issues/10

Use calendar.timegm() instead of time.mktime() to convert these timestamps to seconds since the epoch.