I'd like to point out that the five uses of 'Now' in the example all occur at 
different
times - but very close together temporally.
A better test is to use only one 'Now' in the program into a variable and 
format with the
different lines.



--
Open WebMail Project (http://openwebmail.org)


---------- Original Message -----------
From: Benoît Minisini <g4m...@gmail.com>
To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
Sent: Mon, 8 Apr 2019 16:47:25 +0200
Subject: Re: [Gambas-user] Where is the mistake?

> 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
------- End of Original Message -------



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

Reply via email to