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

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

[Octave-bug-tracker] [bug #59979] Unexpected format for output from date


From: anonymous
Subject: [Octave-bug-tracker] [bug #59979] Unexpected format for output from datevec
Date: Sun, 31 Jan 2021 13:58:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0

Follow-up Comment #14, bug #59979 (project octave):

Copy-paste error in previous comment. Instead of 

octave:2> for DELTA = [0 59 60 61], tmp = datevec(((0:1200:1e6) + DELTA) /
86400 + floor(now)); unique(tmp(:,end)), end


please use

octave:2> for DELTA = [0 1 59 60 61], tmp = datevec(((0:1200:1e6) + DELTA) /
86400 + floor(now)); unique(tmp(:,end)), end



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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