[Scilab-users] Inverse of getdate()?

Samuel Gougeon sgougeon at free.fr
Mon Aug 14 01:07:05 CEST 2017


Le 13/08/2017 à 20:15, Rafael Guerra a écrit :
>
> Also, how to know in Scilab the difference between UTC and local time 
> (time zone)?
>

Likely with
t = getdate(0);
tz = t(7)+t(8)/60  // in [h]

to what the Daylight saving time must be considered and added separately.
Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170814/c80e9488/attachment.htm>


More information about the users mailing list