Passer au contenu

RDS SQL Instance Time Zone for UK Daylight Savings

0

I need to create an RDS SQL Instance with a time zone that is tolerant of UK daylight savings changes. From the RDS documentation, I can see there is a time zone called "GMT Standard Time" that is tolerant of UK daylight savings changes. If I select this time zone does the RDS SQL instance time automatically change in line with UK daylight savings?

2 réponses
1
Réponse acceptée

Hi,

According to https://repost.aws/knowledge-center/rds-change-time-zone

It’s a best practice to use the UTC time zone at the database layer. Because UTC doesn't observe daylight savings (DST), you don’t have to adjust the time later when it shifts.

Hope it helps and if it does I would appreciate the answer to be accepted so that community can benefit for clarity, thanks ;)

EXPERT

répondu il y a 3 ans

EXPERT

vérifié il y a 2 ans

0

Hi all,

We've moved our on-premise application to AWS and all default date time stamps for table columns and stored procedures are based on GETDATE() we NEED the DB instance to observe daylight savings as it is now causing us a massive headache.

All our clients are UK based, it is completely impractical and nigh-on impossible for us to modify our entire db or client codebase to handle DST in-code especially as it was previously just handled by the underlying OS that we installed the MSSQL instance to when our solution was deployed on-premise.

Is there a workaround to make the RDS instance observe DST? It doesn't look like it according to the timezone settings documentaion, non of the "local" timezones observe DST, which kind of negates the point of having local timezones IMHO....

Many thanks, Dean

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.