NTP Time Server that use BST?

Associate
Joined
20 Jan 2006
Posts
313
Hi all, bit of an odd and potentially stupid question:confused:. I have a Cisco 877W and 2940 switch that I sync to an external time server. This works fine however all the ones I have found are one hour behind. Do any NTP servers use BST or is it because they are all Unix boxes that run off UTC time?

I was syncing to UK ones:)
 
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

:)
 
Last edited:
Back
Top Bottom