1 2 3 4 5 6 7 8 9 10
#!/usr/bin/python from zypp import Date print Date() d = Date.now() print d print d.form("%F %T")