Azure / Azure/RDS-Templates

Time Zone issues that the Time Difference doesn't work for automatically

Open
#617 2 comments 0 reactions 0 assignees View on GitHub
4-WVD-scaling-tool feature
Dominant language
PowerShell
Stars
524
Forks
610
PR merge metrics
No merged PRs in 30d

Description

Currently you have to manually change the Time Difference field manually when Daylight savings happens.

If the time difference variable could be changed to a time zone and the function "Get-LocalDateTime" changed in this way then it should take into account Day light savings (I've hard coded for myself but could replace the Time Difference variable)

`function Get-LocalDateTime {
return [System.TimeZoneInfo]::ConvertTimeBySystemTimeZoneId((Get-Date), 'GMT Standard Time')
}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.