]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/starttime.py
ebl Add Prev/Next (display only 1000 lines) button to Job Log view
[bacula/bacula] / regress / win32 / starttime.py
1 from time import time as now 
2
3 fn = open('time.out', 'w+')
4 fn.write('%s' % now())
5 fn.close()