aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/time.c b/time.c
index a09f960708..3aaa1c8334 100644
--- a/time.c
+++ b/time.c
@@ -1323,13 +1323,9 @@ gmtimew(wideval_t timew, struct vtm *result)
static struct tm *localtime_with_gmtoff_zone(const time_t *t, struct tm *result, long *gmtoff, const char **zone);
/*
- * The idea is borrowed from Perl:
- * http://use.perl.org/articles/08/02/07/197204.shtml
- *
- * compat_common_month_table is generated by the following program.
* This table finds the last month which starts at the same day of a week.
- * The year 2037 is not used because:
- * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522949
+ *
+ * It can be generated by the following program:
*
* #!/usr/bin/ruby
*