Home | History | Annotate | Download | only in test

Lines Matching refs:time_zone

446   static void SetTimeZone(const char* time_zone) {
448 // and not being present, so we have to consider the case of time_zone
454 std::string("TZ=") + (time_zone ? time_zone : "");
462 if (time_zone) {
463 setenv(("TZ"), time_zone, 1);