Use QDateTime 64 bit time_t support if/when available
@andrunko
Submitted by Andre Magalhaes Assigned to Telepathy bugs list
Description
Telepathy supports 64-bit time_t, but Qt only does so on ILP64 systems (e.g. sparc64, but not x86_64). If QDateTime gains a fromTimestamp64 method, we should use it instead.