Added support for glance time format in str_time_to_unix()

This commit is contained in:
Anuj Mathur
2013-10-22 13:30:26 +05:30
parent 221237366b
commit ef9868e4d9
3 changed files with 50 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
import calendar
import datetime
import decimal
import time
def dt_to_decimal(utc):