[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem parsing time out of datetime object
From: |
AG |
Subject: |
Re: problem parsing time out of datetime object |
Date: |
Fri, 20 Oct 2017 16:43:12 -0700 (MST) |
Maybe I'm missing something but I don't think the underlying representation
is right.
try this:
dt_num = datenum('2013/05/29 00:00:00','yyyy/mm/dd HH:MM:SS')
dt_num2 = datenum('2013/05/29 00:00:01','yyyy/mm/dd HH:MM:SS')
dt_num>dt_num2 ==> FALSE
Shouldn't this be true?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- problem parsing time out of datetime object, AG, 2017/10/20
- problem parsing time out of datetime object, AG, 2017/10/20
- Re: problem parsing time out of datetime object, PhilipNienhuis, 2017/10/20
- Re: problem parsing time out of datetime object, Nicholas Jankowski, 2017/10/20
- Re: problem parsing time out of datetime object, PhilipNienhuis, 2017/10/20
- Re: problem parsing time out of datetime object, Nicholas Jankowski, 2017/10/20
- Re: problem parsing time out of datetime object,
AG <=
- Re: problem parsing time out of datetime object, Nicholas Jankowski, 2017/10/20
- Re: problem parsing time out of datetime object, Thomas D. Dean, 2017/10/21
- Re: problem parsing time out of datetime object, Andreas Weber, 2017/10/21
- Re: problem parsing time out of datetime object, AG, 2017/10/22