help-octave
[Top][All Lists]
Advanced

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

Re: localtime(now) isdst error?


From: Mech.Mon
Subject: Re: localtime(now) isdst error?
Date: Sun, 11 Sep 2011 12:14:52 -0700 (PDT)

I figured it out.

correct usage is:

C:\Octave\MyMfiles: 60>>localtime(time)
ans =
{
  usec =  885376
  sec =  40
  min =  12
  hour =  14
  mday =  11
  mon =  8
  year =  111
  wday = 0
  yday =  253
  isdst =  1
  zone = Central Daylight Time
}

--
View this message in context: 
http://octave.1599824.n4.nabble.com/localtime-now-isdst-error-tp3805501p3805678.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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