remove left-over comment from sfeed - frontends - front-ends for some sites (experiment)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8457498e3c76da66b8aad9bd82d8b4018653b3fe
DIR parent 86e926018b56e1258049055aff09ce1673e14754
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 20 May 2023 11:31:57 +0200
remove left-over comment from sfeed
Diffstat:
M youtube/feed.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
DIR diff --git a/youtube/feed.c b/youtube/feed.c
@@ -358,11 +358,7 @@ datetounix(long long year, int mon, int day, int hour, int min, int sec)
return t;
}
-/* Get timezone from string, return time offset in seconds from UTC.
- * NOTE: only parses timezones in RFC 822, many other timezone names are
- * ambiguous anyway.
- * ANSI and military zones are defined wrong in RFC 822 and are unsupported,
- * see note on RFC 2822 4.3 page 32. */
+/* Get timezone from string, return time offset in seconds from UTC. */
static long
gettzoffset(const char *s)
{