localtime_r      3657 ext/date/date_core.c     if (!localtime_r(&t, &tm))
localtime_r      7659 ext/date/date_core.c     if (!localtime_r(&sec, &tm))
localtime_r       720 include/ruby/win32.h struct tm *localtime_r(const time_t *, struct tm *);
localtime_r       660 time.c             result = localtime_r(t, result);