<div dir="ltr"><div dir="ltr">You nust not have to mix the functions that locate (Date, Str, Val) with those that do not locate (CDate, CString).<br>"Date" takes away the time part.<br><br>Regards<br>Gianluigi<br></div></div><br><div class="gmail_quote"><div dir="ltr">Il giorno gio 6 dic 2018 alle ore 18:21 Rolf-Werner Eilert <<a href="mailto:rwe-sse@osnanet.de">rwe-sse@osnanet.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 06.12.18 um 14:22 schrieb Benoît Minisini:<br>
> Le 06/12/2018 à 13:03, Rolf-Werner Eilert a écrit :<br>
>> Yes Bruce,<br>
>><br>
>> I didn't realize before I ran into this, but as far as I understand now<br>
>><br>
>> CStr(Now) should be local date + time<br>
>> Str(Now)  should be UTC<br>
>><br>
> <br>
> No, it's the contrary!<br>
> <br>
<br>
Ah yes, sorry, I see... :)<br>
<br>
In both cases you get today's date (now 6th December), but if you <br>
convert Date(Now) to a string, this is what you get:<br>
<br>
<br>
CStr(Date(Now)) becomes yesterday's date + zero time -1 hour "12/05/2018 <br>
23:00:00"<br>
Str(Date(Now)) becomes today's date + zero time "06.12.2018 00:00:00"<br>
<br>
Strange, isn't it?<br>
<br>
Regards<br>
Rolf<br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>