Pasword creation date from active directory is wrong

AD uses a file time format for storing password creation time, but keycloak probably interprets it as unix time and shows wrong time in account console.

For example my password was created 1.2.2023 at 18:9:49 that is saved in AD as 133197449897147110 but account console shows January 1, 1970 at 12:59 AM

I used this tool to convert from file time: LDAP, Active Directory & Filetime Timestamp Converter

Is there a way to fix this?