Jump to content

JamesPTG

Members
  • Posts

    2
  • Joined

  • Last visited

JamesPTG's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi people, Sorry to post this Topic in this section, but I don't find any Section about the Autoit forum/website. (Moderator fell free to moved it to the right place) I have notice that under Opera 12.17 the Richtext(html) toolbar of the forum do not appear. Cheers, (btw: I still use Opera 12.17 Because I don't find other Browser with is all features !)
  2. 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
×
×
  • Create New...