mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f67380be58
commit
6df2f3d59c
1 changed files with 3 additions and 0 deletions
3
time.c
3
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);
|
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.
|
* compat_common_month_table is generated by following program.
|
||||||
* This table finds the last month which start the same day of a week.
|
* This table finds the last month which start the same day of a week.
|
||||||
* The year 2037 is not used because
|
* The year 2037 is not used because
|
||||||
|
|
Loading…
Add table
Reference in a new issue