10 lines
90 B
C
10 lines
90 B
C
|
|
#include <env.h>
|
|
|
|
void main()
|
|
{
|
|
clearenv();
|
|
setenv( "TZ", "EST5EDT", 0 );
|
|
}
|
|
|