Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-06
2003-10-06 12:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9db2ffc6fc71eb26675afbe8d4cece101397f123 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo in iso8601_date_time().
Rev: server/etc/modules/Roxen.pmod:1.163
1:
// This is a roxen pike module. Copyright © 1999 - 2001, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
162
2003/10/06 12:
07
:
34
grubba Exp $
+
// $Id: Roxen.pmod,v 1.
163
2003/10/06 12:
08
:
27
grubba Exp $
#include <roxen.h> #include <config.h>
480:
} return sprintf("%04d-%02d-%02dT%02d:%02d:%02d.%09dZ", 1900 + gmt->year, gmt->mon+1, gmt->mday,
-
gmt->hour, gmt->min, gmt->sec,
ts
);
+
gmt->hour, gmt->min, gmt->sec,
ns
);
} string http_encode_string(string f)