Skip to content

feat: for postgresql DatabaseService create engine set default utc timezone#8112

Merged
ogabrielluiz merged 31 commits intolangflow-ai:mainfrom
qifu-llm:feat_postgressql_init_utc_timezone
Aug 18, 2025
Merged

feat: for postgresql DatabaseService create engine set default utc timezone#8112
ogabrielluiz merged 31 commits intolangflow-ai:mainfrom
qifu-llm:feat_postgressql_init_utc_timezone

Conversation

@jeevic
Copy link
Contributor

@jeevic jeevic commented May 19, 2025

this feature DatabaseService create postgresql engine set default utc timezone

add code:

# For PostgreSQL, set the timezone to UTC
        if settings.database_url and settings.database_url.startswith("postgresql"):
            return {"options": "-c timezone=utc"}

Summary by CodeRabbit

  • New Features
    • PostgreSQL database connections are now automatically configured to use the UTC timezone.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels May 19, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels May 19, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels May 20, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels May 21, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels May 22, 2025
@github-actions github-actions bot removed the enhancement New feature or request label May 23, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jul 22, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 8, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 8, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 10, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 12, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 13, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Aug 15, 2025
@sonarqubecloud
Copy link

@ogabrielluiz ogabrielluiz enabled auto-merge August 18, 2025 12:41
@ogabrielluiz ogabrielluiz added the lgtm This PR has been approved by a maintainer label Aug 18, 2025
@ogabrielluiz ogabrielluiz disabled auto-merge August 18, 2025 19:30
@ogabrielluiz ogabrielluiz merged commit a973e74 into langflow-ai:main Aug 18, 2025
75 of 82 checks passed
lucaseduoli pushed a commit that referenced this pull request Aug 22, 2025
lucaseduoli pushed a commit that referenced this pull request Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants