Skip to content

Commit 7be5eed

Browse files
flanakinclaude
andcommitted
Fix timezone mappings for European regions
- northeurope: GMT Standard Time → W. Europe Standard Time - uksouth: GMT Standard Time → Greenwich Mean Time - ukwest: GMT Standard Time → Greenwich Mean Time Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f664f7f commit 7be5eed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/templates/finops-hub/modules/Microsoft.CostManagement/ManagedExports

‎src/templates/finops-hub/modules/Microsoft.CostManagement/ManagedExports/timeZones.bicep‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ param timezoneobject object = {
2222
koreacentral: 'Korea Standard Time'
2323
koreasouth: 'Korea Standard Time'
2424
northcentralus: 'Central Standard Time'
25-
northeurope: 'GMT Standard Time'
25+
northeurope: 'W. Europe Standard Time'
2626
norwayeast: 'W. Europe Standard Time'
2727
norwaywest: 'W. Europe Standard Time'
2828
southcentralus: 'Central Standard Time'
2929
southindia: 'India Standard Time'
3030
southeastasia: 'Singapore Standard Time'
3131
switzerlandnorth: 'W. Europe Standard Time'
3232
switzerlandwest: 'W. Europe Standard Time'
33-
uksouth: 'GMT Standard Time'
34-
ukwest: 'GMT Standard Time'
33+
uksouth: 'Greenwich Mean Time'
34+
ukwest: 'Greenwich Mean Time'
3535
westcentralus: 'Central Standard Time'
3636
westeurope: 'W. Europe Standard Time'
3737
westindia: 'India Standard Time'

0 commit comments

Comments
 (0)