deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

change timestamp format to something bigger than int_32 #531

Closed Simon-Laux closed 2 years ago

Simon-Laux commented 2 years ago

because otherwise it will run into problems in the year 2038

Jikstra commented 2 years ago

uint32 maybe? or int64?