24.11.2014, 09:20
Getting the actual date from a unix timestamp isnt easy, as there are several things to consider (leap years, leap seconds, etc).
I wouldnt attempt to do that manually in pawn, rather take a converter that already exists. 'date' works for linux when using e.g. the shell plugin. SQLite also offers time and date functions: https://www.sqlite.org/lang_datefunc.html
I wouldnt attempt to do that manually in pawn, rather take a converter that already exists. 'date' works for linux when using e.g. the shell plugin. SQLite also offers time and date functions: https://www.sqlite.org/lang_datefunc.html

