<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Great, this library has plenty of time functions.<br>
    <br>
    Yet :<br>
    <ul>
      <li>why hasn't Scilab functions to manipulate Unix time ? This is
        very common to C programmers like me. Indeed, datenum()
        resolution is insufficient to produce clean time series plots.
        In addition it looks like work-in-progress because getdate("s")
        actually returns the Unix time stamp.<br>
      </li>
      <li>this toolbox is great, but it is closed source, which is not
        the spirit of Scilab...</li>
    </ul>
    Anyway, thanks for the tip.<br>
    <br>
    <br>
    Le 14/09/2011 00:59, Samuel Gougeon a écrit :
    <blockquote cite="mid:4E6FE04D.9050500@free.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      Le 13/09/2011 16:54, David PICARD a écrit :
      <blockquote cite="mid:4E6F6EA8.5040805@opgc.univ-bpclermont.fr"
        type="cite">Hi, <br>
        <br>
        getdate("s") returns the unix timestamp (seconds since
        1970-01-01
        00:00:00) for the current time. How do I convert any date-time
        to unix
        time ? <br>
        <br>
        Thanks. <br>
        <br>
        <br>
      </blockquote>
      <font face="Arial">AFAIK, it is not possible through the native
        Scilab.<br>
        However, you may find the useful function in the<br>
        wrscilib package : <a moz-do-not-send="true"
          class="moz-txt-link-freetext"
          href="http://fileexchange.scilab.org/toolboxes/wrscilib">http://fileexchange.scilab.org/toolboxes/wrscilib</a><br>
        <br>
        Please do not hesitate to confirm here that this one can do the
        job ;)<br>
        <br>
        Regards<br>
        Samuel<br>
        <br>
      </font>
    </blockquote>
  </body>
</html>