Hello, i read about time_t datatype https://en.wikibooks.org/wiki/C_Programming/time.h/time_t and i have a question about which datatype is the best of gambas language. in c program the sizeof(time_t) gives me 8 bytes. So which gambas datatype is better, FLOAT or DATE ? Thanks!