[Spooks] Automated Spy Numbers Loggings

Chris Smolinski [email protected]
Thu, 7 Aug 2003 21:17:50 -0400 (EDT)


> >Hello Ben
> >Should date read 7th August?
> >73
> >Paul
> >
> >>    8313    XSL Fri   08082003 1231   USB Japanese naval PSK modem in tfc;
> >very strong
> >>    8588    XSL Fri   08082003 1235   USB Japanese naval PSK idling
>
> Maybe. I find UTC confusing.
>
> --Ben

if (daylightSavingsTime)
	{
	UTC=MDT+6;
	}
else
	{
	UTC=MDT+7;
	}

if (UTC>2359)
	{
	UTC=UTC-2400;
	date++;
	}