Skip to content
Discussion options

You must be logged in to vote

Simple trigger doesn't care about time zones, it only takes start time as UTC (I'm assuming trigger that doesn't repeat and thus we just want single fire). So basically you need to create a DateTimeOffset at source and then convert it to target time zone using TimeZoneInfo's methods (TimeZoneInfo of target).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by s3YwCf2ZbfJG4SHAfjQMAjtsf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants