From: Keith G. <kwg...@gm...> - 2005-10-04 22:25:35
|
The octave-forge function 'now' is (for me) off by an hour: >> datestr(now) ans =3D 04-Oct-2005 14:20:59 >> system('date') Tue Oct 4 15:21:03 PDT 2005 ans =3D 0 But the octave function 'clock' works: >> datestr(datenum(clock)) ans =3D 04-Oct-2005 15:21:09 |