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