-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It converts an inputdate (datetime,smalldatetime,datetime2,datetimeoffset) to the corresponding datetimeoffset value in the target time zone. ``` Select convert(datetime,'2022-03-27T01:01:00') AT TIME ZONE 'Atlantic Standard Time' 2022-03-27 01:01:00.000 -03:00 Here it considers that the given time is currently in the target time zone so no change in the time is observed it just adds the offset. ``` Engine PR :- [Link](babelfish-for-postgresql/postgresql_modified_for_babelfish#215) Issues Resolved: BABEL-986 Signed-off-by: Ashish Prasad <[email protected]>
- Loading branch information
Showing
18 changed files
with
2,904 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.