summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/time.c b/time.c
index db2a537b09..04f99f2dca 100644
--- a/time.c
+++ b/time.c
@@ -1323,9 +1323,13 @@ 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);
/*
- * This table finds the last month which starts at the same day of a week.
+ * The idea is borrowed from Perl:
+ * http://web.archive.org/web/20080211114141/http://use.perl.org/articles/08/02/07/197204.shtml
*
- * It can be generated by the following program:
+ * 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
*
* #!/usr/bin/ruby
*