octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave 2.9.13 on cygwin


From: Marco Atzeri
Subject: Re: octave 2.9.13 on cygwin
Date: Fri, 7 Sep 2007 22:51:49 +0200 (CEST)

--- "John W. Eaton" <address@hidden> ha
scritto:
 
> | As newlib strptime, used in cygwin, does not set
> | tm_wday when format does not include %a or %A
> | weekday is failing and for every day the output is
> 0.
> | 
> | I have the feeling that strptime is potentially
> | implemented locally, but it is unclear to me
> | how to use it instead of the system version,
> | at least on cygwin.
> 
> How about the following patch?
> 
> jwe
> 
>
solved
 
 [tm,nc]=strptime('30-Aug-2007','%d-%b-%Y')
tm =
{
  usec = 0
  sec = 0
  min = 0
  hour = 0
  mday =  30
  mon =  7
  year =  107
  wday =  4
  yday =  241
  isdst = 0
  zone =    
}

nc =  12

regards
Marco



      ___________________________________ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html


reply via email to

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