# -*- coding: utf-8 -*- """ Copyright (c) 2003-2010 Gustavo Niemeyer This module offers extensions to the standard Python datetime module. """ __author__ = "Tomi Pieviläinen " __license__ = "Simplified BSD" __version__ = "2.2"