summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 17:41:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 17:41:24 +0000
commit6df2f3d59c0222c3be5623cb03ab05c333d7f2bf (patch)
tree5385c9195f47efab880f36985f89bb16115e436a /time.c
parentf67380be58e0a401163bfb1729864e6eae52764d (diff)
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/time.c b/time.c
index dd1c0d88d1..881264d927 100644
--- a/time.c
+++ b/time.c
@@ -640,6 +640,9 @@ gmtimev(VALUE timev, struct vtm *result)
static struct tm *localtime_with_gmtoff(const time_t *t, struct tm *result, long *gmtoff);
/*
+ * The idea is come from Perl:
+ * http://use.perl.org/articles/08/02/07/197204.shtml
+ *
* compat_common_month_table is generated by following program.
* This table finds the last month which start the same day of a week.
* The year 2037 is not used because