1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/date/date_core.c (dt_lite_set_tmx): should get df value.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2011-04-26 15:02:10 +00:00
parent b3defabde2
commit 91ee771012
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Apr 27 00:00:37 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c (dt_lite_set_tmx): should get df value.
Tue Apr 26 22:34:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/lib/date/format.rb (_iso8601): allowed day only civil

View file

@ -4106,6 +4106,7 @@ dt_lite_set_tmx(VALUE self, struct tmx *tmx)
}
else {
get_dt_jd(dat);
get_dt_df(dat);
get_dt_civil(dat);
get_dt_time(dat);