cheers

, for info I actually just found what I needed for the Cisco boxes
on the switch I had to tell it to look for DNS servers so
conf t
ip domain-lookup
ip name-server 212.23.3.100
ip name-server 212.23.6.100
This wasnt needed on the router (already configured) so for both switch and router I then did the following
Router# configure terminal
Router(config)# ntp server <IP address of NTP Server>
thats easy enough and worked straight away
below is the bst part
ciscorouter# conf term
ciscorouter(config)# clock timezone gmt 0
ciscorouter(config)# clock summer-time BST recurring last Sun Mar 2:00 last Sun Oct 2:00
above command sets the time zone to BST (British Summer Time) between the last day of March at 2am and last Sunday of October 2am after which the timezone reverts back to GMT. This should automatically change the times when the Summer time kicks in
Edited to add thanks Tolien, I take your point about messing up logs
above bit taken from itsyourip.com
