cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
2
Replies

Daylight saving - Wrong weekend

Jose Goncalves
Level 1
Level 1

I have a costumer that has the daylight for the wrong weekend in March (the 5th).

There's not any COP file for the version of this CUCM (10.5.1.11901-1), for DST correction for this year.

How can i prevent this?

The DST:

admin:run sql select * from typetimezone where name ='Europe/London'

enum name          description

moniker                bias stddate              stdbias dstdate             dstbias abbreviation legacyname

==== ============= ============================================================

====================== ==== ==================== ======= =================== ======= ============ ==========================

21   Europe/London (GMT) Greenwich Mean Time; Dublin, Edinburgh, London, Lisbon

TIMEZONE_EUROPE_LONDON 0    0/10/0/4,02:00:00:00 0       0/3/0/5,01:00:00:00 -60

     GMT          GMT Standard/Daylight Time

admin:                                                                         

 

1 Accepted Solution

Accepted Solutions

Brandon Buffin
VIP Alumni
VIP Alumni

You would either need to upgrade to a compatible version for the cop file (10.5.2, 11.0, 11.5) or change the timezone temporarily to reflect the correct time. Long term, upgrading to a compatible version will be best.

Brandon

View solution in original post

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

You would either need to upgrade to a compatible version for the cop file (10.5.2, 11.0, 11.5) or change the timezone temporarily to reflect the correct time. Long term, upgrading to a compatible version will be best.

Brandon

Jose Goncalves
Level 1
Level 1

That was my guess.

Thank you for your help.