#include /* TODO: localtime: No timezone specification is supported */ struct tm *localtime(const time_t *time) { return gmtime(time); }