-
Notifications
You must be signed in to change notification settings - Fork 144
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
sp_QuickieStore: Correct UTC offsets. #457
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update sp_PressureDetector.sql
Update sp_PressureDetector.sql
@ReeceGoding can you double check this PR? It looks like your base was out of sync win the dev branch and it’s trying to push a bunch of changes. |
@erikdarlingdata I think that's a side effect of dev being behind main, but I'll try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #449 by switching to use SWITCHOFFSET rather than our old arithmetic tricks with
![BST](https://private-user-images.githubusercontent.com/67124261/346297770-924fef26-aadc-43a5-a33b-70f3cf893836.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzIwOTEsIm5iZiI6MTczOTYzMTc5MSwicGF0aCI6Ii82NzEyNDI2MS8zNDYyOTc3NzAtOTI0ZmVmMjYtYWFkYy00M2E1LWEzM2ItNzBmM2NmODkzODM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE1MDMxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY3NjE4N2ZjZWIxZTAzNDVkZmJhNDk1N2ZkNDQ4MDVhMzU0Y2EwZmMzMmNhNmIwM2E4ODI4YjAxMjRiYzc5NWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.N8d7_Jihl5Xu5borKRU82w_ayvRx54R1iFu4wClrP1I)
@utc_offset_minutes
. I'll spin up some Docker containers on different time zones to provide more evidence that this is working. For now, I just have this screenshot from my British Summer Time instance.Notice that the _UTC columns are unchanged. This is intentional and correct.