From 4771dce2d02c550188739024f8c431020c7aebe1 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Thu, 26 Jul 2012 10:14:56 -0700 Subject: [PATCH] Continue removing the time module. Convert some more struct_time instances to datetime objects. --- py/rlgalldb.py | 1 - web/archive.cgi | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/py/rlgalldb.py b/py/rlgalldb.py index 6d97ea6..b2246d7 100644 --- a/py/rlgalldb.py +++ b/py/rlgalldb.py @@ -2,7 +2,6 @@ # Module for the Roguelike Gallery, using a postgres database import os -import time import calendar import psycopg2 from datetime import datetime, tzinfo, timedelta diff --git a/web/archive.cgi b/web/archive.cgi index 21860d1..f8a51b6 100755 --- a/web/archive.cgi +++ b/web/archive.cgi @@ -55,11 +55,14 @@ def input_datetime(outf, dvals=[None, None, None, None, None, None]): emptf = '' sstr = '
Date: