/* localtime — идентичен gmtime: таймзоны на Sprinter не поддержаны. */ #include struct tm *localtime(time_t *timep) { return gmtime(timep); }