Searched refs:gmt_tzinfo (Results 1 – 1 of 1) sorted by relevance
780 rule_struct gmt_tzinfo[2]; in strong_alias() local782 memset(gmt_tzinfo, 0, sizeof(gmt_tzinfo)); in strong_alias()783 strcpy(gmt_tzinfo[0].tzname, "GMT"); /* Match glibc behavior here. */ in strong_alias()785 return _time_mktime_tzi(timeptr, 1, gmt_tzinfo); in strong_alias()
Completed in 5 milliseconds