DateTime
-
Hi,
can sb try run this simple project and share result/output?
I have a problem with correct value for date and time and I need to know if this problem is only on my side.https://fxdreema.com/shared/NsOXj34tb
Thanks a lot
-
yes it is error and must be fixed

-
I will fix it
-
In this case I think MetaQuotes changed something. I use (string) in the front of the datetime variable that comes from Value->Time and in MQL5 only this was enough to convert the datetime into human readable format. But it was different in MQL4, because (string) converted the value into string that is bunch of numbers (the UTC number of the time). So, to fix that I used TimeToString() function and it worked that way. Now it looks that now this function is not necesarry and (string) is enough, just like in MQL5.
-
Hi,
thank you. It is working correct now. -
Hi,
can you check "Phone Notification" pls?
There is the same problem... (01.01.1970).
Thanks a lot


both of them returns 01.01.1970