TimeCurrent() is different than TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS)

 

Hi,

 Why TimeCurrent() is different than when you convert to string using TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS) for the same tick in OnTick() in EA?

For example, TimeCurrent() returns 2016.01.19 14:49:59 while TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS) returns 1453214999

 Thanks,

 Ala 

 
You'll find the answer in the editor's reference: data type datetime
Reason: