octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50493] datetick crashes on certain date range


From: Rik
Subject: [Octave-bug-tracker] [bug #50493] datetick crashes on certain date ranges
Date: Sun, 12 Mar 2017 14:21:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #8, bug #50493 (project octave):

Yes, the issue is with vectors that contain a mix of leap and non-leap years
with fractional months.  With Lars' patch from bug #50508 applied


datestr (datenum ([2001 2.99 1; 2004 2.99 1]))
ans =

01-Mar-2001 17:02:24
29-Feb-2004 17:02:24


With my patch for #50508


datestr (datenum ([2001 2.99 1; 2004 2.99 1]))
ans =

28-Feb-2001 17:16:48
29-Feb-2004 17:02:24




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50493>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]