remove left-over comment from sfeed - frontends - front-ends for some sites (ex… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8457498e3c76da66b8aad9bd82d8b4018653b3fe | |
parent 86e926018b56e1258049055aff09ce1673e14754 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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… | |
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) | |
{ |