* stime.c (scm_gmtime): Return bd_time->tm_zone when available, rather than "GMT" always. On glibc tm_zone is "GMT", so this is no change there. But I'm inclined to think that if scm_gmtime is designed to return what gmtime() returns then it should take care to give back whatever zone name the latter has indicated.