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

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

[Octave-bug-tracker] [bug #65219] datenum/datestr/datevec: Inconsistent


From: anonymous
Subject: [Octave-bug-tracker] [bug #65219] datenum/datestr/datevec: Inconsistent behavior for '' input
Date: Mon, 29 Jan 2024 05:14:16 -0500 (EST)

Follow-up Comment #3, bug#65219 (group octave):

Thank Markus!
Out of curiosity, what is the return value for strptime ('', '%Y') in Matlab?
Maybe we can catch another incompajtilibty right there...

OCtave 8.4.0:
octave:1> [tm, nc] = strptime ('', '%Y')
tm =

  scalar structure containing the fields:

    usec = 0
    sec = 0
    min = 0
    hour = 0
    mday = 0
    mon = 0
    year = 0
    wday = 0
    yday = 0
    isdst = 0
    gmtoff = 0
    zone = unknown

nc = 1



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65219>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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