Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/wpylib/commit/cde48ef8de8c7f760b5c558262b07187d96e8370?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

* wpylib.datetime: Date/time related module.

master
wirawan 14 years ago
parent 3b522de2d6
commit cde48ef8de
  1. 22
      datetime.py

@ -0,0 +1,22 @@
# $Id: datetime.py,v 1.1 2011-09-01 15:34:03 wirawan Exp $
#
# wpylib.datetime
# Created: 20110901
# Wirawan Purwanto
#
"""
wpylib.datetime
Frequently used date/time related tools.
Do not confuse this with python's core datetime module, which
is not being replaced by this module!
"""
import sys
import time
def date8():
return time.strftime("%Y%m%d")
Loading…
Cancel
Save