]> git.sur5r.net Git - bacula/bacula/blob - starttime
5c2bd411c6667af2d37d1904741d205596e87705
[bacula/bacula] / starttime
1 #!/usr/bin/python
2 from time import time as now 
3
4 fn = open('time.out', 'w+')
5 fn.write('%s' % now())
6 fn.close()