#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
"GMT%c%d:%02d",sign,zone / 60,zone % 60);
return(czone);
}
"GMT%c%d:%02d",sign,zone / 60,zone % 60);
return(czone);
}