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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to