7 lines
156 B
Python
7 lines
156 B
Python
|
# encoding=utf-8
|
||
|
from datetime import datetime
|
||
|
|
||
|
actime_time = datetime.now().strftime('%Y%m%d%H%M%S')
|
||
|
|
||
|
PolicyName = "AutoTest-Oracle-Backup-" + actime_time
|