Re: [Gambas-user] Where is the mistake?
Brought to you by:
gambas
From: Benoît M. <g4...@gm...> - 2019-04-08 14:47:35
|
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 |