Le 08/04/2019 à 16:21, Hans Lehmann a écrit :
Hello!

Where is the mistake?

Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Frac(Now())), "hh:nn:ss"); Format$(Time(Frac(Now())), "(t)") Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Now()), "hh:nn:ss"); Format$(Time(Now()), "(t)")

Output:

Time-Part:  0,59328568 ▸ *14*:14:19 (CEST) ' UTC!
Time-Part:  0,59328568 ▸ *16*:14:19 (CEST)

Regards

Hans


Please use the new mailing-list.

Regards,

--
Benoît Minisini


_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to