> >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++; }