Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Factory Schedule Trigger - Timezone doesn't appear to do anything #6244

Closed
mbfrahry opened this issue Nov 4, 2019 · 3 comments
Closed
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Service Attention This issue is responsible by Azure service team.

Comments

@mbfrahry
Copy link

mbfrahry commented Nov 4, 2019

Bug Report

  • import path of package in question github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory
  • SDK version e.g. 34.1.0
  • go version go1.12.5 darwin/amd64

Issue

The Data Factory Schedule Trigger has a timezone attribute in ScheduleTriggerRecurrence but it doesn't appear to do anything. No matter the value I pass, whether a valid timezone or not, only seems to be stored in the API but never acted upon.

Reproduce

Pass any value into the timezone attribute to see that it doesn't affect end_time or start_time

{
	"id": "/subscriptions/xxxx-xxxxx-xxxx-xxxx/resourceGroups/example/providers/Microsoft.DataFactory/factories/example/triggers/example",
	"name": "example",
	"type": "Microsoft.DataFactory/factories/triggers",
	"properties": {
		"type": "ScheduleTrigger",
		"typeProperties": {
			"recurrence": {
				"frequency": "Minute",
				"interval": 1,
				"startTime": "2019-11-04T12:52:55Z", // Want PST but read as UTC 
				"timeZone": "Pacific Standard Time"
			}
		},
		"runtimeState": "Stopped"
	},
	"etag": "xxxxx-xxxx-xxxxx-xxxx"
}
@maggiepint maggiepint added customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Service Attention This issue is responsible by Azure service team. labels Nov 5, 2019
@triage-new-issues triage-new-issues bot removed the triage label Nov 5, 2019
@ankanjan
Copy link

As noted in the documentation here https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-schedule-trigger, we only support UTC for now. The value of the timezone property does not matter.

"timeZone | The time zone. Currently, only the UTC time zone is supported."

@ArcturusZhang
Copy link
Member

Close this issue since this is by design of the service side.

@ghost
Copy link

ghost commented Dec 3, 2019

Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

4 participants