This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore the decimal part of any floating point argument passed to localtime or gmtime
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Mar 2009 12:15:16 +0000 (13:15 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 13 Mar 2009 12:15:16 +0000 (13:15 +0100)
commit7a67abdf144958503a96be280e967853af1af745
tree3aab7fb6fcc71a083f42e388dc5244a4482d9949
parent05fe29fd3bc243a33acdc8a62bc4ce42df75ca4b
Ignore the decimal part of any floating point argument passed to localtime or gmtime

That way the overload warning won't be emitted for non-overflowing
floating point values.
pp_sys.c