lib/helpers.py
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 04:57:22 +0200
changeset 26 9d3beac1b196
child 28 b68145b5ce24
permissions -rw-r--r--
remove foo.html page, and rice up the footer a bit
"""
    Helper functions for use in templates
"""

import time

import config

def now () :
    """
        Returns the current date/time
    """

    return time.strftime(config.DATETIME_FMT)