[Gambas-user] Where is the mistake?

Hans Lehmann hans at gambas-buch.de
Mon Apr 8 17:38:23 CEST 2019


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190408/b981e886/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bgfakapmkfhkheen.png
Type: image/png
Size: 2282 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190408/b981e886/attachment.png>


More information about the User mailing list