add strptime to Database
This commit is contained in:
parent
5e04f32519
commit
7c4d08833b
|
@ -37,7 +37,7 @@ import os
|
|||
import sys
|
||||
import traceback
|
||||
from datetime import datetime, date, time, timedelta
|
||||
from time import time, strftime, sleep
|
||||
from time import time, strftime, sleep, strptime
|
||||
from decimal import Decimal
|
||||
import string
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue
Block a user