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

Add Cuebot SQL epoch function #1437

Conversation

ramonfigueiredo
Copy link
Collaborator

@ramonfigueiredo ramonfigueiredo commented Jul 30, 2024

Add Cuebot SQL epoch function

  • Create or replace the epoch function to fix issues with conversion of timestamp with timezone to account daylight saving time.
  • This function uses postgresql internal extract and epoch function.

- Create or replace the epoch function to fix issues with conversion of timestamp with timezone to account daylight saving time.
- This function uses postgresql internal extract and epoch function.

Co-authored-by: Ramon Figueiredo <[email protected]>
Co-authored-by: Harinder Tehara <[email protected]>
@ramonfigueiredo ramonfigueiredo changed the title Add epoch function Add Cuebot SQL epoch function Jul 30, 2024
DiegoTavares and others added 2 commits July 30, 2024 15:17
- Create or replace the epoch function to fix issues with conversion of timestamp with timezone to account daylight saving time.
- This function uses postgresql internal extract and epoch function.

Co-authored-by: Ramon Figueiredo <[email protected]>
Co-authored-by: Harinder Tehara <[email protected]>
@ramonfigueiredo ramonfigueiredo merged commit d10af68 into AcademySoftwareFoundation:master Jul 31, 2024
13 checks passed
@ramonfigueiredo ramonfigueiredo deleted the add-epoch-function branch October 15, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants