summaryrefslogtreecommitdiffstats
path: root/innbbsd/receive_article.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-05 21:29:38 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-05 21:29:38 +0800
commit05f8a1d5f8d6625e30dffcc26b70e6226ff2c025 (patch)
tree06827bf9f4e6b3f385b3205aaaf6a9e833bc4698 /innbbsd/receive_article.c
parent35a01c11296e1802e5f83467a9a11ce90290b89d (diff)
downloadpttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar.gz
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar.bz2
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar.lz
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar.xz
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.tar.zst
pttbbs-05f8a1d5f8d6625e30dffcc26b70e6226ff2c025.zip
add INNTIMEZONE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1926 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r--innbbsd/receive_article.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c
index 02e1832b..c1d8c274 100644
--- a/innbbsd/receive_article.c
+++ b/innbbsd/receive_article.c
@@ -339,7 +339,7 @@ receive_article()
{
struct tm tmbuf;
- strptime(DATE, "%d %b %Y %X GMT", &tmbuf);
+ strptime(DATE, "%d %b %Y %X ", &tmbuf);
datevalue = timegm(&tmbuf);
}