Issue 2939: Apache mod_python python-func strftime (original) (raw)

Issue2939

Created on 2008-05-22 07:45 by raisachrisgun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg67182 - (view) Author: Sabine Nitsch (raisachrisgun) Date: 2008-05-22 07:44
If you use the python-function strftime unter apache within mod_python the function delivers as date the last startdate of apache and not the current date.
msg67186 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-05-22 11:01
Has nothing to do with ctypes.
msg67385 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2008-05-26 19:52
time.strftime and datetime.datetime.strftime merely format a time value you supply from elsewhere, they don't get the current time. If there really is a bug, please open a new issue with an accurate description and some example code.
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47188
2008-05-26 19:52:24 gregory.p.smith set status: open -> closedresolution: not a bugmessages: + components: + Library (Lib), - ctypesnosy: + gregory.p.smith
2008-05-22 11:01:20 theller set assignee: theller -> messages: +
2008-05-22 07:45:04 raisachrisgun create