docs(sql): timestamp without time zone decoded as UTC - #40160
docs(sql): timestamp without time zone decoded as UTC#40160deepshekhardas wants to merge 1 commit into
Conversation
…ven-sh#39879) PostgreSQL timestamp (OID 1114) is decoded as UTC so text and binary paths agree and bound Date round-trips regardless of host timezone. This differs from node-postgres/postgres.js/PGlite which decode as local time. Add PostgreSQL-specific note with callout.
|
Warning Review limit reachedYour included review limit has been reached. You’re in a promotional period — use the checkbox below to run this review for free:
On-demand reviews are free for the next 29 days. After that, they cost $0.25 per reviewed file. How can I continue?Run this review now using the option above, or comment You can also wait for the limit to reset (next review available in 46 minutes), then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thank you for the PR. This has the same diff as #39911, which was closed on August 21 in favor of #39881, and #39881 is still open for #39879. To keep one PR per issue in the review queue, I am closing this one as a duplicate of #39881. The extra facts from #39911 (OID 1114, text and binary queries agree, PGlite) are already in #39881. Commit b187c78 there carries a |
Fixes #39879
docs(sql): clarify that timestamp without time zone is decoded as UTC (PostgreSQL OID 1114).