aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-10 02:59:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-10 02:59:47 +0000
commit69296e73288218a2aac1fc9cc25b2260123acdbb (patch)
tree735c52962da45e645b91a4432b306c527c1af803 /NEWS
parenta6cd7201486efa5c1f2427d9ab9032add386e903 (diff)
downloadruby-69296e73288218a2aac1fc9cc25b2260123acdbb.tar.gz
* time.c (rb_timespec_now): added.
* time.c (rb_time_timespec_new): added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc7babe03a..704d58206d 100644
--- a/NEWS
+++ b/NEWS
@@ -209,6 +209,11 @@ with all sufficient information, see the ChangeLog file.
class is already defined but its superclass does not match the given
superclass, as well as definitions in ruby level.
+* rb_timespec_now() is added to fetch current datetime as struct timespec.
+
+* rb_time_timespec_new() is added to create a time object with epoch,
+ nanosecond, and UTC/localtime/time offset arguments.
+
=== Build system updates
=== Implementation changes