My timezone is Athens (+3)
Until now I have try this options:
SELECT strftime('%Y-%m-%d', datetime((SUBSTR(RegistrationDate, 7, 13))/1000)/10000000 - 62135596800, 'unixepoch') AS Test,
SUBSTR(RegistrationDate, 7, 13) AS Test2,
datetime((SUBSTR(RegistrationDate, 7, 13))/10000000 - 62135596800, 'unixepoch') AS test3,
strftime('%Y-%m', datetime((SUBSTR(RegistrationDate, 7, 13))/10000000 - 62135596800, 'unixepoch')) AS test4,
datetime((SUBSTR(RegistrationDate, 7, 13))/10000000 - 62135596800, 'unixepoch') AS Test5,
RegistrationDate AS 'DAte' FROM ClientTable WHERE GID = '87e40e24-572b-4660-bbd6-747e6e83da79'
And the result I get Is that... all wrong...