Hello people,
I have a date from a log who is set in Unix/Epoch time (like 1444077951) that I want to convert into a local time.
I have try with this: _DateAdd('s', $unixdate, "1970/01/01 00:00:00")
who work almost well because I have something like 2015/10/05 20:45:51
But actually this result is late from 2H from the time I should expect. I'm living in a TimeZone : +1 with the DST so I understand where is the problem, but how have the resultat with the local setting time ?
I have try with this function : _Date_Time_SystemTimeToTzSpecificLocalTime
But I don't understand how should I format the variable $pUTC..
Thank you