Skip to content
Snippets Groups Projects
odoo-bin 180 B
Newer Older
Christophe Simonis's avatar
Christophe Simonis committed
#!/usr/bin/env python3

# set server timezone in UTC before time module imported
__import__('os').environ['TZ'] = 'UTC'

if __name__ == "__main__":